1.

Which of the following statements is/are true about Constructors in PHP?

A. PHP 4 introduced class constructors.
B. Constructors can accept parameters.
C. Constructors can call class methods or other functions.
D. Class constructors can call on other constructors.
Answer» C. Constructors can call class methods or other functions.


Discussion

No Comment Found