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 do u mean by thread safe?
Can a class have more than 1 destructor?
What is datetime parse in c#?
From which base class do all Web Forms inherit from?
How can I develop an application that automatically updates itself from the web?
list the steps in code compilation in c#?
What is eager and lazy loading in c#?
How many digits is a 32 bit number?
How assembly versioning in .NET prevent DLL Hell problem?
Are objects passed by reference in c#?
How do you prevent a class from being inherited in c#?
What is an example of a delegate?
Structs are not reference types. Can structs have constructors?
List down the different ide’s provided by microsoft for c# development.
What is an object pool in .net?