Q _____ describe the bundling of data and methods operating on this data into one unit?

  • A Abstraction
  • B Polymorphism
  • C Encapsulation
  • D Aggregation

MCQs Details

In object-oriented computer programming (OOP) languages, the notion of encapsulation (or OOP Encapsulation) refers to the bundling of data, along with the methods that operate on that data, into a single unit.