If I want to override a method 1 of class A and in class b
then how do you declare ?
Answer Posted / ashwini c havan
we can override the parent class method under its child
class only when the parent class declared the method as
virtual and abstract..............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between static class and singleton class in c#?
Distinguish between the Debug class and Trace class with its functionality?
What is the use of command builder?
What is anonymous methods in c#?
What do you mean by winforms in c#?
explain the features of static/shared classes.
What is hashmap in c#?
Are attributes inherited c#?
What do you know about WM_CHAR message?
Explain the difference between class and interface in .net?
What is polymorphism and its types in c#?
Explain the types of comments in c#?
Is there hashmap in c#?
State two different types of access modifiers.
What is super class in c#?