What are the differences between public, private, protected,
static, transient, final and volatile?
Answers were Sorted based on User's Feedback
Answer / nikunj
Public : access anyware in script
Protected: access only same class and access inherited class
Private: access only in same class
Final: restrict overriding with child class
| Is This Answer Correct ? | 59 Yes | 3 No |
Answer / naresh
in object by default all variables are presistent. so some
time we want to avoid that variables means we use transient
for that variable.
| Is This Answer Correct ? | 5 Yes | 8 No |
Answer / bharanikumar
can u plz give me more informa for protected
| Is This Answer Correct ? | 2 Yes | 11 No |
What is sorting php?
What is polymorphism with example in php?
What is overloading in php?
What is alias in php?
How can we submit a form without a submit button?
2 Answers Rushmore Consultancy,
How long do php sessions last?
programm for factorial
What is the use of get and post method in php?
Is numeric in php?
How do I see how many pages per session in google analytics?
Do csrf tokens expire?
What are encryption functions in php?