Object-oriented Design (OOD)
Object-oriented design (OOD) is a software design methodology that structures a system as interacting objects (instances of classes) that encapsulate data and behavior, guided by principles such as encapsulation, abstraction, inheritance,and polymorphism.
Related articles
No related articles currently