About Virtual functions and their use ?
Answer Posted / deepika
Second answer given here is correct to some extent.
If we use Virtual keywork next to a mehtod,it can be
overridden in derived classes,but it is not must to
override.
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
Why do we use struct in c#?
Why do we use threads in c#?
What is serialization in unity?
What is tuple in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
How jit (just in time) works?
What are the boolean data types in c#?
What is the data encapsulation?
What is difference between dictionary and list in c#?
What is toint32 c#?
What is generic and non generic collections in c#?
Can u list some style properties of List Box?
What are the advantages of using c#?
What is c# used for?
Explain how do you debug an asp.net web application?