Can we have the method in drived class with the same name
which is there in base class?
Answer Posted / ravindarjobs
have a look at this link.
http://msdn2.microsoft.com/en-us/library/6fawty39
(VS.80).aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need a singleton class?
What is or operator in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is meant by desktop application?
What is asp net c#?
What is difference between continue and break in c#?
When should I throw an exception?
What is deadly diamond problem?
What is the difference between interface and functional interface?
What is the benefit of delegate in c#?
What does console writeline do?
What is data type c#?
When do we generally use destructors to release resources?
What are jump statements in c#?