Answer Posted / nk
Any class containing any pure virtual function cannot be
used to create object of its own type.
And any class which is derived by such class must either
define the function or redefine the function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can bst contain duplicates?
What is overloading in oops?
what are the ways in which a constructors can be called?
Is oop better than procedural?
Is abstract thinking intelligence?
Can a destructor be called directly?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why do we use polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
how to get the oracle certification? send me the answer
What is the difference between encapsulation and polymorphism?
Is data hiding and abstraction same?
What do you mean by abstraction?
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?
2. Give the different notations for the class.\