#oops
Read more stories on Hashnode
Articles with this tag
OOPS Overview OOPS means Object-Oriented Programming. Here Object means real word entity like Car, Bike, ATM ..etc. Any real world entity has 2...
The Decorator design pattern can be beneficial when the features are mutually independent, and applying each feature to an object results in the same...
Open for extension but closed for modification. OCP is part of SOLID design principles. OCP dictates that software entities should be open for...