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 executereader in c#?
What is class method c#?
Can non-default constructors be used with single call sao?
What is the difference between system.string and system.text.stringbuilder classes?
What is platform independence"?
What are the types in c#?
Can a constructor be static in c#?
What are the methods in c#?
Can you declare a class or a struct as constant?
How does array sort work?
What are jagged arrays used for?
How does split work in c#?
Can you change the value of a constant filed after its declaration?
Write the difference between TypeOf and GetType?
What is data types in c#?