Which is the correct way to call an object method?

  1. $object.method()

  2. $object->$method()

  3. $object:$method()

  4. $object->method()


Correct Option: D

Find more quizzes: