Is this your company?
What is an abstract class?
Anonymous
An abstract class is used to generalize common attributes you may want to be inherited by some subclasses or child classes from the abstract class. The abstract class should be extended by others but never instantiated.
Check out your Company Bowl for anonymous work chats.