P
Peter
An Abstract Class is a class that represents abstract concepts for which
objects cannot exist.
Instances of abstract classes cannot be created. When is it advisable to
implement an abstract class (instead of Interface)?
objects cannot exist.
Instances of abstract classes cannot be created. When is it advisable to
implement an abstract class (instead of Interface)?