abstract class
When a class or a class method has the abstract specifier, you cannot create an instance of the class. An abstract class is intended to be used as a superclass, where some members are implemented or specified but not all.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library