InterviewSolution
Saved Bookmarks
| 1. |
Which Object Oriented Method Is Used By The Creational Patterns To Instantiate Object? |
|
Answer» CREATIONAL PATTERNS use inheritance to decide the object to be INSTANTIATED. Creational patterns use inheritance to decide the object to be instantiated. |
|