Category: Object Oriented Analysis & Design
55 posts
What is Adapters Design Pattern
Design patterns are reusable solutions to common problems that occur in software design. The Adapter pattern is one such pattern that helps solve the problem of incompatible interfaces between classes... Read Mores
Prathmesh Yelne
04-Jul-2024 21:48:12
What is Strategy Design Pattern
Introduction:
The Strategy Design Pattern is a behavioral pattern that enables the selection of a specific algorithm at runtime from a set of alternative algorithms. This pattern encapsulates the algo... Read Mores
Prathmesh Yelne
28-Jun-2024 22:01:00
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
What is Process of Creating Class Definition from Domain Class Diagrams (DSD’s) ?
Domain class diagrams (DSDs) are graphical representations of the entities, attributes, and relationships that exist within a specific domain. These diagrams are used in software development to model ... Read Mores
Prathmesh Yelne
18-May-2024 9:13:20
What is Observers Design Pattern
Introduction:
The observer design pattern is a behavioral pattern that is used to establish a one-to-many dependency between objects. In this pattern, when one object changes its state, all the other ... Read Mores
Prathmesh Yelne
16-May-2024 12:41:25
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
What is Composite Design Pattern
Composite Design Pattern: Overview
The composite design pattern is a structural design pattern that allows you to treat a group of objects as a single object. This pattern is used when you have a hier... Read Mores
Prathmesh Yelne
10-May-2024 15:23:07
What are Different Types of Responsibility in OO Design
In object-oriented (OO) design, responsibilities refer to the tasks or functions that a class or object is responsible for carrying out. The following are different types of responsibilities in OO des... Read Mores
Prathmesh Yelne
08-May-2024 19:02:15
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
What is Facade Design Pattern
Introduction:
The Facade Design Pattern is a structural pattern that provides a unified interface to a set of interfaces in a subsystem. It simplifies the use of complex subsystems by providing a simp... Read Mores
Prathmesh Yelne
08-May-2024 19:01:02
How UML Diagrams Related to GRAPS & OO Design ?
Unified Modeling Language (UML) is a widely used visual language for specifying, constructing, and documenting software systems. It is an essential tool for Object-Oriented (OO) design and development... Read Mores
Prathmesh Yelne
08-May-2024 18:54:26
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
What is Dynamic Modeling & How its Used in Object Design?
Dynamic modeling is a modeling technique used to represent and analyze the behavior of a system over time. It is a fundamental concept in software engineering and is often used in object-oriented desi... Read Mores
Prathmesh Yelne
04-May-2024 13:38:09
What is Design Principles in GOF
The Gang of Four (GoF) is a group of four software developers who wrote the book "Design Patterns: Elements of Reusable Object-Oriented Software." The book provides a collection of software design pat... Read Mores
Prathmesh Yelne
04-May-2024 13:37:47
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago