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
What are the string functions in c#?
What is the difference between iqueryable and ienumerable?
What are collection classes?
What are the two uses of a ‘using’ statement in c#?
How many types of constructors are there?
In howmany ways can you deploy an assembly?
Is it good to use var in c#?
How Do You Convert A Value-type To A Reference-type?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is private readonly in c#?
What is the predicate of a sentence?
What is the purpose of a console table?
Can we extend static class in c#?
Can arraylist hold primitive types?
What is property c#?