- Pure virtual functions are REQUIRED to be implemented by a child class.
- Classes containing pure virtual functions cannot be instantiated.
- To use that class a deriving class must eventually implement all pure virtual functions.
- Similar to java abstract classes.
No comments:
Post a Comment