What are the differences between public, private, protected,
static, transient, final and volatile?
Answer Posted / 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 |
Post New Answer View All Answers
Is php dead 2019?
What is the use of hooks?
What is api laravel?
Does mysql need php?
What is urlencode and urldecode in php?
How to join multiple strings into a single string?
How do you define a constant in php?
What is use of count() function in php?
Explain how to execute a php script using command line.
What is the delimiter default in PHP?
Which php framework is best for beginners?
Is php faster than nodejs?
What are the new features available in php 7?
How many types of php frameworks are there?
Explain what is the function file_get_contents() usefull for?