Video Description & Assignment Problem
Video Description & Assignment Problem
⮞Video Description: singleton class is a class that can have only one object at a time
⮞Video Description: Factory method is creational design pattern, this method provides one of
the best ways to create an object
⮞Video Description: Builder Design pattern designed to provide a flexible solution to creating
complex in oops programming
⮞Video Description: Adapter pattern makes two incompatible interfaces compatible without
changing their existing code
⮞Video Description: Decorator pattern is a design pattern that allows behavior to be added to
an individual object,dynamically
⮞Video Description: Observer design pattern has a one-to-many relationship so that when one
object changes state, the others are notified and updated automatically