Computer Applications
The process of restricting the free flow of data from the outside world is known as:
- encapsulation
- inheritance
- function
- class
OOP Intro Java
60 Likes
Answer
encapsulation
Reason — The process of restricting the free flow of data from the outside world is known as encapsulation.
Answered By
23 Likes
Related Questions
Which of the following is a blue print that creates objects of similar types?
- abstraction
- encapsulation
- class
- function
Which of the following is not an object oriented programming language?
- C++
- Simula
- BASIC
- Java
Which of the following is true for Polymorphism?
- Uses same function for different operations
- Uses same operation for different functions
- It is not a principle of oop
- It uses reusability feature.
In procedure oriented programming, the stress is given on:
- Data
- Function
- Object
- Class