OOP vs OOD
OOP
Object Oriented Programming
OOP stands for Object-Oriented Programming, which is a programming paradigm that focuses on organizing code around objects, which are instances of classes. OOP promotes the use of encapsulation, inheritance, and polymo...
naweliverma.hashnode.dev3 min read