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
How many aware interfaces are there?
How do you name a variable in c#?
What does char mean in c#?
What is uint c#?
What is a strong name in c#?
Can you inherit from multiple classes in c#?
What is scope c#?
How is the syntax written to inherit from a class in C#?Give an example ?
In which way a two-dimensional array declared in C#?
What is uint64_t?
What are the extension methods in c#?
When should we use delegates in c#?
Are there functions in c#?
Any problem found in vs.et
How do I convert a string to an int in c#?