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 Smith 2392 28-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

c# c# 
Updated on 28-Sep-2013
Kate Smith

Other


Message
Can you answer this question?

Answer

1 Answers

Liked By