Are parent constructors called implicitly inside a class constructor?
Answer / Abhishek Varshney
Yes, when a child class constructor is called, the parent class constructor is automatically called as well. This is known as chaining constructors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which php mvc framework is best?
What is final class and final method?
What is http get and post?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?
Tell me what is the difference between unset() and unlink()?
What is the use of print_r function in php?
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
How can you get the size of an image in PHP?
What are the uses of explode() and implode() functions?
What is basic php?