© 2023 Hashnode
#object-oriented-design
What is UML? UML stands for Unified Modeling Language. Unified Modeling Language(UML) is a powerful language that can represent all the concepts that exist in Object-Oriented Analysis and Design (OOAD…
Introduction Object-oriented programming is nothing but it's just an approach to mapping your problem with real-world or life objects. It is all about creating objects that have some attributes and me…
All of the programmers might have heard of SOLID principles in Object Oriented Programming. This article is the first part of the SOLID principles series. In this article, I’m going to give you an introduction of what are those principles a…
Welcome to a series where we'll discuss a book called Head First Object-Oriented Analysis And Design by Brett D. McLaughlin Gary Pollice and Dave West. In this series, I will be summarizing this book, discussing more of the important topics…