Factory Design Pattern explained in Hindi (हिंदी) with code example C# | Design Patterns Series

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 7

  • @nawratnakumar3352
    @nawratnakumar3352 Місяць тому +1

    Your way of explanation is super👍 . Plz add some videos on Microservices and .NET Core.

  • @ManishKumar-xi3sw
    @ManishKumar-xi3sw 8 місяців тому +1

    I have seen your many videos and those are very good but this time I think this is wrong example very confusing. Even I previously know Factory pattern but when I have came here to brush up concept I forgot even mine :D

  • @77vicks
    @77vicks Рік тому +1

    Awesome and simple

  • @sanjeevmehta1914
    @sanjeevmehta1914 6 місяців тому

    Very well explained. Can you create something complex in this pattern ?

  • @komalkungwani4625
    @komalkungwani4625 Рік тому +1

    Easy to understand.Thanks for making such good videos. keep it up :)

  • @good114
    @good114 Рік тому +1

    💗❤️

  • @dheerendrasingh3412
    @dheerendrasingh3412 5 місяців тому

    there is nothing wrong in this example just we have added extra layer of abstraction IPizzaChef which was not required that can be directly a concreat class just one factory required either waiter or chef no two layers required here