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
Why do we need ienumerable in c#?
What is cshtml?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Is predicate a functional interface?
What is wpf c#?
What is the difference between hashtable and dictionary?
What is a copy constructor in c#?
Can you mark static constructor with access modifiers?
Why do we use namespace in c#?
What debugging tools come with the .NET ssSDK?
What does an indexer do?
How do I do implement a trace?
What does writeline mean?
To whom a method is accesssed if it is marked as protected internal ?
what is IEquatable