InterviewSolution
Saved Bookmarks
| 1. |
You want to avoid multiple inheritance. Which design pattern would you choose?(a) Abstraction-Occurrence Pattern(b) Player-Role Pattern(c) General Hierarchy Pattern(d) Singleton PatternThe question was asked by my school teacher while I was bunking the class.The question is from Software Design Pattern in section Design and Implementation of Software Engineering |
|
Answer» CORRECT CHOICE is (B) Player-Role Pattern The EXPLANATION is: The ANSWER is self-explanatory. |
|