Answer Posted / guest
pure virtual function is one which has no definition but
only declaration. This is defined in base class. The
instance of such base class can not be created
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
What is the difference between abstraction and polymorphism?
What does and I oop mean?
Can you explain polymorphism?
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 an advantage of polymorphism?
• What are the desirable attributes for memory managment?
What is use of overloading?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Can abstract class have normal methods?
What is inheritance in oop?
What are the benefits of interface?
What is and I oop mean?
How can you overcome the diamond problem in inheritance?
Why is object oriented programming so hard?
Explain the advantages of inheritance.