About Virtual functions and their use ?
Answer Posted / mahesh babu ummaneni
virtual is nothing but it is a keyword ,when we diclare a method with virtual key word in base class thet method must be overroden in derived class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I create multifile assembly?
Is exe is machine dependent?
How big is int16?
Is friend a constructor?
Are c# destructors the same as c++ destructors?
What are the namespace level elements?
What is an iqueryable in c#?
What does console mean c#?
What is null character in string?
Can we use "this" command within a static method?
What is executescalar in c#?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What's the difference between class and object?
What is multithreading with .net?
Why static constructor is parameterless in c#?