About Virtual functions and their use ?
Answer Posted / ssss
Virtual functions are used to override the derived class.If
u r using the virtual keyword u must override the the
derived class
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is cshtml extension?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What is the difference between a constant and a static readonly field?
Illustrate namespaces in c#?
Differentiate between the public and private ?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is predicate builder?
Are c# constructors the same as c++ constructors?
Why is it not a good idea to use empty destructors?
What is the xml document structure?
What is a byte in c#?
What is the main purpose of delegates in c#?
Is c# 8 released?
What is multithreading with .net?
What is the difference between string and stringbuilder in c#?