Can we have the method in drived class with the same name
which is there in base class?
Answer Posted / srinivas.r
YES its posiible to have a method with same name in the
derived class provide with
1. base class method should be hided by removing virtual
keyword.
2.use new keyword in derived class instead of override.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define c# delegate?
Which framework is best for desktop application?
What is difference between array and arraylist c#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
Explain the term inheritance in C#.
Can struct be static in c#?
Can you store different types in an array in c#?
What are custom attributes in c#?
List some of the classes used by system.data namespace?
What is a collection class in c#?
What is object pool in .net?
What is the difference between int and int in c#?
What does question mark mean in c#?
Why do we Need of static class in c#?
what is full assembly reference