forum

Home / DeveloperSection / Forums / Is there a way to only add code to a method without overriding it completely in c#?

Is there a way to only add code to a method without overriding it completely in c#?

Kate Smith195328-Sep-2013
Is there any way to only add code to a method from a subclass without overriding it completely like the "override" + "virtual" does in c#. I find myself writing some duplicate code in my override methods. And not sure what to do about it

Updated on 28-Sep-2013

Can you answer this question?


Answer

1 Answers

Liked By