CS Electrical And Electronics
@cselectricalandelectronics

Which of the given statements are true about Object-Oriented Design?

All QuestionsCategory: Cpp LanguageWhich of the given statements are true about Object-Oriented Design?
Anonymous asked 3 years ago

Options:

  1. Things that serve a specific purpose are broken up into modules
  2. Code is designed to be used once
  3. Classes and systems can be modeled using a Unified Modeling Language
  4. Other classes and objects can view information only through methods that you’ve defined

1 Answers
Anonymous answered 3 years ago

The correct answers are:

  1. Things that serve a specific purpose are broken up into modules
  2. Classes and systems can be modeled using a Unified Modeling Language
  3. Other classes and objects can view information only through methods that you’ve defined