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 is a collection class in c#?
What is interface inheritance?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Is arraylist generic in c#?
How to update the gui from another thread in c#?
Explain the process of inheriting a class into another class?
Explain the use of Mutex in C#?
Why linq is having select clause at the end?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
What is assembly c#?
What is the difference between do and while loop?
Is it possible to force garbage collector to run?
What is a class c#?
What is the use of delegate?
what is IFormatable