About Virtual functions and their use ?
Answer Posted / vijay rana
when we override a metod in sub class,and we want to hide
the decelaration of the base class member then we used the
keyword virtual in superclass,
and keyword override in the subclass
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is the advantage of dependency injection?
What exactly is serverless?
Enlist some of the properties of a thread class?
What is constructors, explain with syntax
How do you declare an arraylist?
What are controls in c#?
How do you achieve polymorphism in c#?
What is c# most used for?
Do extension methods have to be static?
How is exception handling implemented in c#?
What is difference between ienumerable and list?
What are the drawbacks of extending an interface as opposed to extending a class?
Define multicast delegate in c#?
Why do we need constructors?
write a c# program add two matrix with input number ?