

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements is/are true about Constructors in PHP?1. PHP 4 introduced class constructors.2. Constructors can accept parameters.3. Constructors can call class methods or other functions.4. Class constructors can call on other constructors. |
A. | and 4 |
B. | ll of the mentioned |
C. | one of the mentioned |
D. | , 3 and 4 |
Answer» C. one of the mentioned | |