Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.774 Beiträge
 
#1

Factory Method Pattern in Delphi

  Alt 19. Aug 2022, 14:00
In the design of complex applications, there can be cases where multiple classes are implemented on the same level of inheritance and/or implement the same interface. In such instances, when new classes are introduced at the same level, it becomes more and more difficult to adhere to changes and to maintain creation of specific objects with less changes in code. In this article, we have shared how we can use factory design pattern to ease creation of objects when there are multiple classes having similar

Weiterlesen...
  Mit Zitat antworten Zitat