Can we have the method in drived class with the same name
which is there in base class?
Answer Posted / shafi syed
yes we can have the method in drived class with the same
name which is there in the base class, But the condition is
both should have diffrent parameters.....that's it.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
what is the default access for a class
What is serializable in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Is for loop faster than foreach?
What do you mean by expression tree?
What is a generic in c#?
What is argument in c#?
What is the purpose of ienumerable in c#?
What is difference between list and ilist in c#?
What is default parameter in c#?
What is cls, cts and clr in net?
How do I stop my console from closing in c#?
Why we use oops in c#?
What is the reason behind the invention of c#?
What are some of the commonly used commands in sqlcommand?