Home / CSE MCQs / Design Pattern :: Discussion

Discussion :: Design Pattern

  1. 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.
  2. A.
    Chain of responsibility
    B.
    Template method
    C.
    Interpretor
    D.
    Prototype

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment