Essa empresa é sua?
What is an abstract class?
Sigiloso
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.