1.

Define A Factory With Respect To Software Development?

Answer»
  • Object construction is referred as a factory.
  • It is used to isolate the creation of OBJECTS from their usage.
  • If you are using factory METHODS for objects creation, then the new derived types will cause no CODE change in your CLASSES that are using factories.



Discussion

No Comment Found