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
70 Likes
Answer
encapsulation
Reason — The process of restricting the free flow of data from the outside world is known as encapsulation.
Answered By
27 Likes
Related Questions
The process by which a class acquires the properties from another class is called:
- polymorphism
- inheritance
- abstraction
- object
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 emphasis is laid on:
- Data
- Function
- Object
- Class