Vidyalelo
PHP · Q100

Object Oriented Concept

Programming · PHP · question 100

Q100

Which one of the following is know as the key to object-oriented programming?

A.
Polymorphism
B.
Encapsulation
Answer
C.
Data Abstraction
D.
Orthogonality

Answer: Option B

Solution

Answer: Option B
Solution:
Encapsulation simply means the hiding of data and functionality from a client.