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 are the ways in which client can create object on server in cao model?
What is protected internal modifier in C#?
What is concrete method in c#?
Explain the difference between proc. Sent by val and by sub?
What sort algorithm does c# use?
What is an example of a delegate?
What is the difference between arraylist and list in c#?
What is the role of the datareader class in ado.net connections?
Difference between value and reference type. What are value types and reference types?
What is session management in c#?
What is writeline in c#?
What is object pool in .net?
Explain the difference between a namespace and assembly name in .net?
What are floating point numbers?
What is delegates in c#?