T Team MCQ Buddy π Instructor III β 27.12K Points π PHP Q. Which is the correct way to call a method? (A) $object->methodName(); (B) object->methodName(); (C) object::methodName(); (D) $object::methodName(); ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) $object->methodName();