Database - Object-Oriented Data Modeling - Discussion

Discussion Forum : Object-Oriented Data Modeling - General Questions (Q.No. 14)
14.
Which of the following is a technique for hiding the internal implementation details of an object?
Encapsulation
Polymorphism
Inheritance
All of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Damini said:   7 years ago
Encapsulation means Wrapping up of data into single unit. Example of encapsulation is Class. Encapsulation is used for the data hiding. Through which we can hide internal implementation details of object within class.

Damini said:   7 years ago
Encapsulation means Wrapping up of data into single unit. Example of encapsulation is Class. Encapsulation is used for the data hiding. Through which we can hide internal implementation details of object within class.

Post your comments here:

Your comments will be displayed after verification.