Java
Programming and Technical
Programming
Basics
6. Which of the following refers to data encapsulation in object oriented programming?
A. The data and operations for an object are defined and fixed
B. The data of an object is encapsulated in its class
C. The data is hidden for an object
D.A class can have multiple object​
Read Solution (Total 2)
-
- B
Encapsulation means wrapping of data and function into one single unit is known as encapsulation. - 4 Months agoHelpfull: Yes(0) No(0)
- The data and operations for an object are defined and fixed
- 1 Month agoHelpfull: Yes(0) No(0)
Java Other Question