Object Oriented Concept of PHP - Quiz

  • A$object->methodName();
  • Bobject->methodName();
  • Cobject::methodName();
  • D$object::methodName();