Java OCA OCP Practice Question 219

Question

___ is the technique of structuring programming data as a unit consisting of attributes,

with actions defined on the unit.

  • A. Encapsulation
  • B. Object orientation
  • C. Platform independence
  • D. Polymorphism


B.

Note

Object-oriented programming is the technique of structuring data into objects.

It may contain data and a set of actions that operate on the data.

Option B is the correct answer.




PreviousNext

Related