How do you make derived class as an abstract class?
Answer / karthick s
We can make the derived class as an abstract,by inheriting
the class(base) which containing one pure virtual function.
After inheriting, we can't override it in derived class.
Then the derived class becomes abstract...
| Is This Answer Correct ? | 22 Yes | 4 No |
Name a typical usage of polymorphism
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are main features of oop?
Whats oop mean?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
What is polymorphism give a real life example?
What is inheritance in oop?
ambiguity regulation of multiple inheritance with example.
The type of variable a pointer points to must be the part of pointer's definition so that:
What makes a language oop?
What is constructor overloading in oop?
Why do we need oop?