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
Is int a struct in c#?
What is dll file in c#?
What is ienumerator c#?
What is Named parameter in C#?
What is the C# syntax to catch any possible exception?
What is poco c#?
What is value c#?
What is lazy keyword in c#?
How big is int16?
What are the generation of Garbage Collection in C# .NET ?
What is the purpose of namespace?
What are the types of methods in c#?
What are All kind of access specifiers for a class and for methods
Why main is static in c#?
What is base class in c#?