Sail E0 Webinar
Question
Which one of the following is the right way to invoke a method?
Options:
A .  $object->methodName();
B .  object->methodName();
C .  object::methodName();
D .  $object::methodName();
Answer: Option A


$object->methodName();



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers