Q100
Which one of the following is know as the key to object-oriented programming?
A.
Polymorphism
B.
Encapsulation
AnswerC.
Data Abstraction
D.
Orthogonality
Answer: Option B
Solution
Answer: Option B
Solution:
Encapsulation simply means the hiding of data and functionality from a client.