Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The practice of separating the user from the true inner workings of an application through well-known interfaces is known as _________

a) Polymorphism
b) Inheritance
c) Encapsulation
d) Abstraction

Answer: c
Explanation: In object-oriented PHP encapsulation is a concept of wrapping up or binding up the data members and methods in a single module.

Join The Discussion