Category: OODP
-
OODPWhat is object oriented design patterns
A design pattern is a reusable solution to a commonly occurring problem in software design. They are not finished, ready-to-use pieces…
September 5, 2025
-
OODPFactory Method Design Pattern in OODP
Factory Method is a creational design pattern that deals with the object creation. It separates the object creation logic from…
September 26, 2025