Answer Posted / prabhakar
A VIRTUAL FUNCTION IS IS EQUALL TO ZERO IS CALLLED A PURE VIRTUAL FUNCTION.
FOR EXAMPLE
VIRTUAL FUN()=0;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
What is overloading in oops?
write a C++ program for booking using constructor and destructor.
What is solid in oops?
What is the difference between a mixin and inheritance?
What is polymorphism and why is it important?
Can main method override?
What is overloading and its types?
What are the 3 pillars of oop?
Whats is abstraction in oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
How oops is better than procedural?
What is meant by multiple inheritance?
What is an advantage of polymorphism?
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).