About Virtual functions and their use ?
Answer Posted / sam
virtual function is used to overddin that function in
derived class
| Is This Answer Correct ? | 46 Yes | 4 No |
Post New Answer View All Answers
What are managed providers?
Why delegates are type safe?
Why we use get and set method in c#?
How long does a loop recorder procedure take?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is response redirect in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Why do we use void in c#?
How is method overriding different from overloading?
List down the differences between “dispose” and “finalize” methods in c#.
What is c-sharp (c#)?
What is the difference between decimal and integer?
Define an array?
What is a class level variable in c#?
Can a struct inherit from another struct or class in c#?