What is encapsulation in oop php?
Answer / gokilavani s
Encapsulation is fundamental concepts in object oriented programming
Encapsulation provides three main benifits
Data hiding
Code organization
Code reusability
Php using access modifiers public, protected, private control access to the modified and properties
Public- accessible from anywhere
Protected - accessible within class and subclass
Private - accessible only in the class itself
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of include_once in php?
Tell me how to initiate a session in php?
what are the errors and when we get that particular errors.and who will give that errors
What are php string functions?
Explain what is smarty?
What is the purpose of pear in php?
How does session work in php?
how can i develop forum code? any one pleale help me on this question
Write a program in php to reverse a number?
Could we start a variable with number like $4name?
Write a hello world program using variable?
Write a query to find the 2nd highest salary of an employee from the employee table?