Que 1:
Which one of the following is the right way to invoke a method ?
$object::methodName();
object::methodName();
object->methodName();
$object->methodName();
Test
|
All Test
CodesCracker
Follow/Like Us on Facebook
Subscribe Us on YouTube