- A Methods declared with the keyword final
- B Private methods
- C Protected and public methods
- D Methods tagged with the attribute hookable(false)
- Share this MCQ
Answer:
C
Share this MCQ
- A. Incorrect: Final methods cannot use Chain of Command.
- B. Incorrect: Private methods cannot use Chain of Command.
- C. Correct: Protected and public methods can use Chain of Command.
- D. Incorrect: Methods with the hookable attribute set to false cannot use Chain of Command.
Share this MCQ