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 a composer in PHP?
What is the difference between InnoDB and MyIsam
1 Answers Brain Technosys, IBM, TCS, TLI Software, Wipro,
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
Is PHP an open source software?
How can we get the browser properties using PHP?
4 Answers Google, Pollux Softech,
Explain different sorting function in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
How to know user has read the email-php?
What is cookie and session in php?
What is the use of namespace in php?
What is list in PHP?
Why do we need abstract class in php?