Moderate

UML interfaces are used to_____________________?

Correct answer: A. specify required services for types of objects

  • A. specify required services for types of objects
  • B. program in Java, but not in C++ or Smalltalk
  • C. define executable logic to reuse across classes
  • D. define an API for all classes

Explanation

A UML interface specifies the services or operations that an object type promises to provide or requires, without prescribing the implementation. It is language-independent, so the Java-only option is incorrect, and it does not define executable reusable logic.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions