answersLogoWhite

0


Best Answer

In general, encapsulation is the inclusion of one thing within another thing so that the included thing is not apparent.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is mean by encapsulation of data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it true that wrapping up of data of different types into a single unit is known as encapsulation?

Not quite. Encapsulation means to combine data and the methods that work upon that data into a single unit (an object), such that access to both the data and methods is restricted in a controlled manner. Data-hiding is fundamental to encapsulation.


What is encapsulation and data hiding in dbms?

ODBMS stands for object oriented database management system. Encapsulation in ODBMS can be defined as binding of data together.


What is pdu encapsulation?

protocol data unit


Wrapping of data in a single unit is called?

encapsulation


Which layers of the OSI model are involved in data encapsulation?

none


What are two main components of data confidentiality?

encapsulation encryption


What are the characteristics of OOPS?

Data Encapsulation, Abstraction, Inheritance, Polymorphism


What does it mean by encapsulation?

Encapsulation makes class fields private, preventing access to it from outside of the class. Essentially, this data is hidden from the rest of the program. It is possible to allow access to the fields via public methods.


How data hiding is achieved in java?

Data hiding in the java is achieved through the use of encapsulation.


How does data encapsulation allows data to be transported across the network?

The physical address is added


Why is encapsulation called wrapping?

Encapsulation is also known as wrapping because it wraps the data in the same way as a toffee is wrapped to create a logical insulation between the data(program) & the outer world(computer).


The correct order of data encapsulation when a device sends information?

Data, Segment, packet, frame, bit in that order