PHP OOP Quiz I

PHP OOP Quiz I

University

20 Qs

quiz-placeholder

Similar activities

Latihan Soal Web dan Blog

Latihan Soal Web dan Blog

9th Grade - University

15 Qs

SQL Quiz

SQL Quiz

University

19 Qs

Group 5 - Icebreaker

Group 5 - Icebreaker

University

20 Qs

LibreOffice Writer Styles Quiz

LibreOffice Writer Styles Quiz

10th Grade - University

15 Qs

Java Programming Quiz

Java Programming Quiz

University

25 Qs

Java_MCQ_3

Java_MCQ_3

University

15 Qs

LogoNOVA (FYIT Logo Quiz)

LogoNOVA (FYIT Logo Quiz)

University

20 Qs

Understanding Python Classes and Objects

Understanding Python Classes and Objects

University

20 Qs

PHP OOP Quiz I

PHP OOP Quiz I

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Aymane Benhima

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does OOP stand for in PHP?

Object-Oriented Programming

Object-Option Programming

Operational Object Programming

Oriented Object Protocol

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a class in PHP?

class

new

object

create

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to instantiate an object in PHP?

$obj = new ClassName;

$obj = ClassName->new();

$obj = create ClassName;

$obj = ClassName::create();

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to access object properties and methods in PHP?

->

=>

.

::

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the $this keyword in PHP OOP?

Refers to the current object

Refers to the parent class

Creates a new instance

Refers to a static method

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a public property in a PHP class?

public $propertyName;

var $propertyName;

$propertyName;

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which visibility modifier restricts access to only the current class?

private

protected

public

internal

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?