Defines an interface for creating an object, but let the subclasses decide which class to instantiate.It let the instantiation differ to subclasses.
Reveal answer
Fill a bubble to check yourself
Defines an interface for creating an object, but let the subclasses decide which class to instantiate.It let the instantiation differ to subclasses.