Answer Posted / ravi
Virtual function is a member function of a class.whose
functionality can be overridden in is derived class.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are constructors in oop?
What is object in oop with example?
What is oops concept with example?
Why do pointers exist?
Whats is abstraction in oops?
Templates mean
Why do we need polymorphism in c#?
Can we create object of interface?
what type of question are asked in thoughtworks pair programming round ?
Why interface is used?
Where You Can Use Interface in your Project
What is abstraction encapsulation?
What is overloading in oops?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is difference between data abstraction and encapsulation?