Computer Applications
Define Encapsulation.
OOP Intro Java
ICSE 2016
13 Likes
Answer
Encapsulation is a mechanism that binds together code and the data it manipulates. It keeps them both safe from the outside world, preventing any unauthorised access or misuse. Only member methods, which are wrapped inside the class, can access the data and other methods.
Answered By
7 Likes
Related Questions
An object is identified by its characteristics.
Name the feature of Java depicted in the below picture.

- Encapsulation
- Inheritance
- Data Abstraction
- Polymorphism
Which of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction
Read the following text and choose the correct answer:
Machine language is the form of computer language in which instructions are coded in terms of binary digits (bits), i.e., in the form of zeroes and ones (0's and 1's). The computer understands the machine code directly to be operated by the CPU.
Which is the most suitable statement for Machine language from the following?
- It is one of the types of high level language.
- It is directly understood by the users.
- It is a machine dependent language.
- It is easier to write the code in machine language.