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
What is lazy loading entity framework?
What is the difference between paramaterized constructor and copy constructor?
What is routing in c#?
What does ienumerable mean?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
What is parameter c#?
What is difference between dll and exe in c#?
What are the two uses of a ‘using’ statement in c#?
How can you access a private method of a class?
How will you deploy the dll file in gac?
What is JIT (just in time)? how it works?
Should I use double or float?
Does the system.exception class have any cool features?
What does f mean in c#?
How does bitwise xor work?