Can we override static method?
Answer / Santosh Kumar Verma
Yes, in PHP you can override static methods by using the final keyword on the parent class's method and redefining it in the child class.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we convert asp pages to PHP pages?
Explain what are psrs?
•How to upload files using PHP?
How can use sys time in loop?
How can we convert the time zones using PHP?
What is printf in php?
Which php framework is best for security?
what is the default session expire time in php? what is default file attachment size in mail in php?
What is the difference between unset and unlink?
Tell me how is it possible to return a value from a function?
What is the purpose of the php empty function?
What are the differences between mysqli_connect and mysqli_pconnect?