in C Plus Plus by

What is an abstract class in C++?

1 Answer

0 votes
by

A class with at least one pure virtual function is called as abstract class. We cannot instantiate an abstract class.

Related questions

0 votes
asked Jun 11, 2020 in C Plus Plus by Robindeniel (20.8k points)
+1 vote
asked Jul 16, 2019 in C Plus Plus by Indian (793 points)
+1 vote
asked Jul 16, 2019 in C Plus Plus by Indian (793 points)
0 votes
asked Jun 18, 2020 in C Plus Plus by Robindeniel (20.8k points)
0 votes
asked Jun 15, 2020 in C Plus Plus by Robindeniel (20.8k points)
0 votes
0 votes
asked Jun 15, 2020 in C Plus Plus by Robindeniel (20.8k points)
...