which of the following principle does not allow to access directly from outside the class premises data hiding, encapsulation, abstraction ,all over all of the above
Answers
Answer:
Question 1
In object oriented programming, the stress is given on:
procedure
methods
class
data ✓
Question 2
Which of the following principle does not allow to access directly from outside the class premises:
data hiding
encapsulation
abstraction
all of the above ✓
Question 3
The process of combining data and functions that enables them to be together as a single entity is called
inheritance
encapsulation ✓
classification
attributes
Question 4
The process by which a class acquires the properties from another class is called:
polymorphism
inheritance ✓
abstraction
object
Question 5
In procedural programming, the stress is laid on:
class
function ✓
data
object
Question 6
A ............... is a set of objects that has common attributes and common behavior.
abstraction
encapsulation
class ✓
function
Question 7
Which of the following is not an object oriented programming language?
C++
Simula
BASIC ✓
Java
Question 8
The process of restricting the free flow of data from the outside world is known as:
encapsulation ✓
inheritance
function
class
Answer:
An act of using essential features without including background details is called Data Abstraction.