Moderate

What encapsulates both data and data manipulation functions ?

Correct answer: A. Object

  • A. Object
  • B. Class
  • C. Super Class
  • D. Sub Class

Explanation

An object combines its state, stored as data, with the methods that manipulate that data. A class defines the structure and behavior from which objects are created, so the encapsulated entity itself is the object.

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