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
Perfect Example Of While And Do-While Loop In C#.Net ?
What is .cshtml file?
What are the differences between a class and a struct?
What is the major difference between a custom control and user control?
Is datetime value type c#?
Distinguish between array and arraylist in c#?
Why do we use reflection in c#?
What is view model in c#?
What is the meaning of 0 in c#?
What is the task perform by clr?
Explain how obfuscator works in .net
What is boolean conditions in c#?
Can we have 2 main methods in c#?
What are synchronous and asynchronous operations?
What are the 2 broad classifications of fields in c#?