CS Electrical And Electronics
@cselectricalandelectronics

According to the Creator principle of the GRASP approach to object-oriented design, the class that's responsible for creating new objects in a program should possess several characteristics. Which of the following are the characteristics?

All QuestionsCategory: Cpp LanguageAccording to the Creator principle of the GRASP approach to object-oriented design, the class that's responsible for creating new objects in a program should possess several characteristics. Which of the following are the characteristics?
Anonymous asked 3 years ago

Options:

  1. It uses the objects
  2. It is a subclass of the objects
  3. It contains the objects
  4. It has an “is a” relationship with the objects
  5. It has the information required to create the objects

1 Answers
Best Answer
Anonymous answered 3 years ago
  1. It uses the objects
  2. It contains the objects
  3. It has the information required to create the objects