MPSeDC GET Program 3.0 2026 – Exam-Oriented PHP MCQ Questions
MPSeDC GET Program 3.0 2026 – Exam-Oriented PHP MCQ Questions Beginner Level MCQs (30 Questions) Q1. Which keyword is used to define a class in PHP? Conceptual(A) class (B) Class(C) define class(D) object Correct Answer: (A)Explanation: PHP uses the lowercase keyword ‘class’ to declare a class, e.g. class Student { }. PHP keywords are case-insensitive […]
