+ 1
Please explain more
C++
3 ответов
+ 7
https://www.google.com/amp/s/www.geeksforgeeks.org/pure-virtual-functions-and-abstract-classes/amp/
Please use the search bar before posting to avoid duplicates. This question has been discussed before.
+ 6
No, you cannot instantiate an abstract class but you can inherit from them.
https://www.tutorialspoint.com/cplusplus/cpp_interfaces.htm
+ 1
Can we create abstract class's object ?