InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between public, protected and private? |
|
Answer» PHP has three access modifiers such as public, private, and protected.
Note: One of the most TRICKY oops interview questions in php, you need to answer this question with utmost clarity. Maybe explaining it with a short example or even a dry RUN would help you GET that dream job. |
|