Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Factory Method Pattern in Delphi (https://www.delphipraxis.net/211238-factory-method-pattern-delphi.html)

DP News-Robot 19. Aug 2022 14:00

Factory Method Pattern in Delphi
 
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...


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:36 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz