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
Why do we use threads in c#?
What are types in c#?
How big is int16?
What do you mean by the delegate in c#?
What is the advantage of constructor in c#?
What does it mean to override a method?
What is the difference between Static, Const and read only?
What is data quality assurance?
What is serialization in c#?
Can you store different types in an array in c#?
What are the collection types can be used in c#?
Expalin the way you implement inheritance by using VB.NET/C#?
How C# 4.0 supports dynamic programming language?
What is difference between abstraction and encapsulation in c#?
What is class method c#?