Home

Definition of encapsulation

The method used to pass data from one protocol over a network within a different protocol. Data from one protocol is wrapped with the header of a different protocol. Encapsulation is described in RFC 1483.

Computer Science

Other definitions of encapsulation

The ability of an object to hide its internal data and methods, making only the intended parts of the object programmatically accessible.

Computer Science

A software design technique in which data and procedures related to the data are undled together within a single entity, called the object.

Computer Science