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
How long can a string be c#?
Can we overload the main method in c#?
How will you deploy the dll file in gac?
What is difference between string and stringbuilder in c#?
Is hashset ordered c#?
What is difference between an Structure and Class?
how to implement a web service in .net
Is Multiple-inheritance supported by c#?
How to use delegates with events?
What is private constructor c#?
What is a multicast delegate in c#?
How do you sort a list in c#?
What is definition in c#?
how to print invert pyramid in c#
What is static and use of it?