Computer Applications
The process of combining data and functions that enables them to be together as a single entity is called
- inheritance
- encapsulation
- classification
- attributes
OOP Intro Java
90 Likes
Answer
Encapsulation
Reason — Wrapping of data and functions of an object as a unit that can be used together in a specific operation is known as Encapsulation.
Answered By
33 Likes
Related Questions
In object oriented programming, the emphasis is laid on:
- procedure
- methods
- class
- data
Which of the following principle does not allow to access directly from outside the class premises?
- data hiding
- encapsulation
- abstraction
- all of the these
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