Hi guys✋,This is day 4 of landing a Job in 30days👩💻.
Design pattern - It is like a template for your project.
Types of Design pattern
Creational Design pattern - how to create and instance class and object
Structural Design pattern - After creation we organize the class and object to form a single structure and support a functionality. So this comes under structural design pattern
Behavioral Design pattern - Interaction between class
I will learn the commonly used pattern. So first one is Factory method.
Factory Method -- Loosens the coupling of a given code by separating the product's construction code from the code that uses this product.
Tomorrow I will learn this with code and share you guys.
Problem solved today
Happy Coding!!!!😃