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 the difference between list and dictionary in c#?
What does firstordefault mean in c#?
Explain nullable types in c#?
How to use reflection to call generic method?
Can you declare struct members as protected?
What is strongly typed in c#?
Can a loop recorder detect a heart attack?
Does the variables of a private class-level inherited?
What language do desktop applications use?
Give some examples of commonly used i/o classes?
What does async mean in c#?
What is serialization and deserialization in c# with example?
Distinguish between array and arraylist in c#?
can you create a function in c# which can accept varying number of arguments
Why do we Need of static class in c#?