Java Factory Design Pattern. For our factory design pattern example, we have abstract super class with overridden toString() method for testing purpose. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object.
The factory design pattern says that define an interface ( A java interface or an abstract class) and let the subclasses decide which object to instantiate.
Java Design Patterns FAQ: Can you provide an example of the Factory Pattern in Java?.
It is one of the most used design patterns in Java. Super class in factory design pattern can be an interface, abstract class or a normal java class. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object.