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 visual c# net?
What is an assembly in dotnet?
Can you create sealed abstract class in c#?
What is access specifier in c#?
What is different between Implicit conversion and Explicit conversion in C#?
Explain About web methods and its various attributes
What is a byte in c#?
What are get and set in c#?
What is a string in c#?
What is regex c#?
What is a hash table c#?
What is difference between Enum and Struct?
What's the difference between a method and a procedure?
Why do we need delegates?
What the different phase/steps of acquiring a proxy object in webservice?