Добавить
Уведомления

abstract factory design pattern c# net (2/2)

part 1: https://youtu.be/AIuKJB0xFtA Participants The classes and objects participating in this pattern are: AbstractFactory (ContinentFactory) declares an interface for operations that create abstract products ConcreteFactory (AfricaFactory, AmericaFactory) implements the operations to create concrete product objects AbstractProduct (Herbivore, Carnivore) declares an interface for a type of product object Product (Wildebeest, Lion, Bison, Wolf) defines a product object to be created by the corresponding concrete factory implements the AbstractProduct interface Client (AnimalWorld) uses interfaces declared by AbstractFactory and AbstractProduct classes ------------- May be you like this -------------- umbraco playlist : https://www.youtube.com/watch?v=zoefdruzmGE&list=PLv0T7WlllnSnYRedhwL8x-atkVxrSdd3m Angularjs playlist : https://www.youtube.com/watch?v=KXjD1RiAz1U&list=PLv0T7WlllnSkCfNftTNY8tWqCFWT0sIMd jquery playlist : https://www.youtube.com/watch?v=jVncasz_iyw&list=PLv0T7WlllnSkkNahiiWu_GMXq49X5ccfe F Wcf playlist : https://www.youtube.com/watch?v=NB4k0RC6vl0&list=PLv0T7WlllnSmcGHacEQnLgKvitcJEsSl6 c# playlist: https://www.youtube.com/watch?v=ZrP0NKbsr8s&list=PLv0T7WlllnSl9pZWMaMGsyoAmqZtW4gM0 bootstrap playlist: https://www.youtube.com/watch?v=8i8EkgRs9zA&list=PLv0T7WlllnSnYII17Af_jqeW_nHOXlKvp

12+
14 просмотров
2 года назад
5 декабря 2023 г.
12+
14 просмотров
2 года назад
5 декабря 2023 г.

part 1: https://youtu.be/AIuKJB0xFtA Participants The classes and objects participating in this pattern are: AbstractFactory (ContinentFactory) declares an interface for operations that create abstract products ConcreteFactory (AfricaFactory, AmericaFactory) implements the operations to create concrete product objects AbstractProduct (Herbivore, Carnivore) declares an interface for a type of product object Product (Wildebeest, Lion, Bison, Wolf) defines a product object to be created by the corresponding concrete factory implements the AbstractProduct interface Client (AnimalWorld) uses interfaces declared by AbstractFactory and AbstractProduct classes ------------- May be you like this -------------- umbraco playlist : https://www.youtube.com/watch?v=zoefdruzmGE&list=PLv0T7WlllnSnYRedhwL8x-atkVxrSdd3m Angularjs playlist : https://www.youtube.com/watch?v=KXjD1RiAz1U&list=PLv0T7WlllnSkCfNftTNY8tWqCFWT0sIMd jquery playlist : https://www.youtube.com/watch?v=jVncasz_iyw&list=PLv0T7WlllnSkkNahiiWu_GMXq49X5ccfe F Wcf playlist : https://www.youtube.com/watch?v=NB4k0RC6vl0&list=PLv0T7WlllnSmcGHacEQnLgKvitcJEsSl6 c# playlist: https://www.youtube.com/watch?v=ZrP0NKbsr8s&list=PLv0T7WlllnSl9pZWMaMGsyoAmqZtW4gM0 bootstrap playlist: https://www.youtube.com/watch?v=8i8EkgRs9zA&list=PLv0T7WlllnSnYII17Af_jqeW_nHOXlKvp

, чтобы оставлять комментарии