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 does void do in unity?
Why do we still see so much non-oo code written in c# today?
what is a structure in c#
What is difference between iqueryable and ienumerable in c#?
Is equal in c#?
Write a short note on interface?
What is the difference between method overriding and method overloading?
What is whitespace in c#?
Which are access modifiers available in c#?
Can delegates be used as callbacks?
What is the difference between list and dictionary in c#?
Why do we need static class in c#?
Is string mutable in c#?
Explain the Different types of configuration files in .net?
List some of the common data providers for ado.net framework?