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
Describe how a .net application is compiled and executed
What is polymorphism and its types in c#?
What is double c#?
What are c# i/o classes? What are the commonly used i/o classes?
Why main is static in c#?
Does main have to be static c#?
What is the difference between double and decimal in c#?
What is parallel foreach in c#?
What are winforms in c#?
What is console readkey ()?
Explain the role of Garbage collector and its generations?
Why do we use static class in c#?
What is array and its types in c#?
How is method overriding different from overloading?
Can you prevent a class from being instantiated?