About Virtual functions and their use ?
Answer Posted / anand
If the instance function declared with a virtual modifier
then the function is called virtual function.
the derived class can give the redefinition to the virtual
function its optional.
Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What does a constructor do c#?
Explain About .Net remoting
Why reflection is used in c#?
What is an inheritance ?Give an example in which inheritance is used?
Can a dictionary have the same key?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Write a program in c# to find the angle between the hours and minutes in a clock?
How is lazy loading achieved?
Ho we can see assembly information?
What is dto c#?
Can we override interface methods in c#?
What is writeline in c#?
What is the wildcard character in sql?
How do we achieve encapsulation in c#?
What are logical operators in c#?