0
abstract
hey I don't really get the example use to describe the abstract class (The Book example) from what I know objects can't be constructed from abstract class or interface. but a book can easily be constructed from a class Book. please enlighten me and let me know if I'm mistaken. Thanks in advance.
2 ответов
+ 1
Abstract class means a theoretical class without actually implementing it.
+ 1
abstract ones only has pure virtual functions.