1.

Define Creational Design Patterns?

Answer»
  • Creational patterns are USED to DEFINE and DESCRIBE how objects are created at class instantiation time.
  • Usually an abstract super class contains the details of the CLASSES that are INSTANTIATED and the client class is unaware of such details.
  • Singletion pattern, factory method pattern, abstract factory pattern are examples of creational design pattern.



Discussion

No Comment Found