1.

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) AbstractionI have been asked this question in an interview for internship.The query is from Basics of Object-Oriented PHP- 1 topic in portion Object-Oriented PHP of PHP

Answer»

Correct CHOICE is (C) ENCAPSULATION

The best I can explain: In object-oriented PHP encapsulation is a CONCEPT of wrapping up or binding up the data MEMBERS and methods in a single module.



Discussion

No Comment Found

Related InterviewSolutions