Which one of the following is the right way to invoke a method?
Which one of the following is the right way to invoke a method? Correct Answer $object->methodName();
“->” is a dynamic class method invocation in PHP.Which one of the following is the right way to invoke a method? Correct Answer $object->methodName();
“->” is a dynamic class method invocation in PHP.