CS Electrical And Electronics
@cselectricalandelectronics

Which of the following statements are true about a Unified Modeling Language class diagram in an object-oriented design?

All QuestionsCategory: Cpp LanguageWhich of the following statements are true about a Unified Modeling Language class diagram in an object-oriented design?
Anonymous asked 3 years ago

Options:

  1. It represents a system with actors and uses cases
  2. It specifies the class name and member names
  3. It specifies any subclasses that a class may have
  4. It specifies members that are unique to a subclass
  5. Its class members can be properties and methods
1 Answers
Anonymous answered 3 years ago

The correct answers:

  1. It specifies the class name and member names
  2. It specifies any subclasses that a class may have
  3. It specifies members that are unique to a subclass
  4. Its class members can be properties and methods