Answer Posted / madhu
A pure virtual function tells the compiler that only
declaration is done here and it guarantees that function
definition will be done in the immediate class where object
is created.
It tells the user what it intended to do and without giving
complete details. And the pure virtual function will not
allow the user to create object and leads to abstract class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is oops and its features?
What is oops concept with example?
What is the advantage of oop over procedural language?
Why do we need oop?
What type of loop is a for loop?
Is react oop?
What is multilevel inheritance explain with example?
How does polymorphism work?
What is coupling in oop?
how to get the oracle certification? send me the answer
why reinterpret cast is considered dangerous?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)