Write down some important points related to abstract function in c++?
Answer:
There are some important points related to the abstract function.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
There are some important points related to the abstract function.
- A class is abstract if it has at least one pure virtual function.
- We can create pointers and references to abstract class type.
- If we do not override the pure virtual function in the derived class, then derived class also becomes an abstract class.
- An abstract class can have constructors.
need an explanation for this answer? contact us directly to get an explanation for this answer