MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements 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. |
| A. | Ii) and iii) |
| B. | All of the mentioned |
| C. | None of the mentioned |
| D. | Ii), iii) and iv) |
| Answer» C. None of the mentioned | |