Q. Which of the following statements are true is/are true about constructors in PHP?(i) PHP 4 introduced class constructors. (ii) Constructors can accept parameters. (iii) Constructors can call class methods or other functions (iv) Class constructors can call on other constructors. (Solved)
1. All of the mentioned
2. None of the mentioned
3. only i
4. only ii
- a. All of the mentioned