Page 1 of 1

What is an abstract class in C++?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Class specifically used as a base class with atleast one virtual functions
b) Class specifically used as a base class with atleast one pure virtual functions
c) Class from which any class is derived
d) Any Class in C++ is an abstract class