Discussion :: Design Pattern
- Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. It lets subclasses redefine certain steps of an algorithm without changing the algorithm structure.
Answer : Option B
Explanation :
Be The First To Comment