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 |
Advantage and disadvantage of routing in telecom sector
A file pointer always contains the __________ of the file
What is abstraction oop?
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
what is the 3 types of system development life cycle
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
What are the data types in oop?
what is polymorpsim? what are its types?
what is cast operator?
What is encapsulation example?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?