Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Abstract Base Class

  • Create a class object that cannot be used to create an instance object. (It must be subclassed)
  • The subclass must implement certain methods required by the base-class.