1.

You can invoke class constructors that don’t have any relation to the instantiated object by simply prefacing _constructor with the class name like.%!

A. classname::__construct()
B. classname:__construct()
C. classname=>__construct()
D. classname->__construct()
Answer» B. classname:__construct()


Discussion

No Comment Found

Related MCQs