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
What language is c# similar to?
What is the difference between ref and out parameters in c#?
Define satellite Assembly in .NET?
Different between method overriding and method overloading?
What are the 2 broad classifications of fields in c#?
What is the file extension for c#?
Define satellite Assembly?
What does out mean in c#?
What is private protected in c#?
What is continue in c#?
Is int a class in c#?
Illustrate serialization?
What do you understand by an Implicit Variable?
How do you escape c#?
What is the difference between and xml documentation tag?