can you overload a method of class A in Class B if it is
derived class of A?If it is yes tell me how is it possible?
Answer Posted / dhanunjaya
yes,we can overload.Most of the times we can overload a
method within same class only but overloading is possible
between classes.So internally overloading is possible in
class B.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Do unused Namespaces in c# affect run-time performance?
What types of object can I throw as exceptions?
What is difference between event and delegate in c#?
Is int reference type c#?
Why we use delegates in c#?
What is difference between Enum and Struct?
What is managed or unmanaged code?
Is list a collection c#?
What are functions c#?
What is difference between abstract class and interface in c#?
What is a hashset c#?
What is the difference between dynamic and var in c#?
What is a generic method?
What are class fields?
Define an array?