PHP Object Oriented Quiz (original) (raw)

How do you create an object of a class named Car?

What is the purpose of a constructor in PHP classes?

Which magic method acts as a destructor in PHP?

What does the public access modifier do?

Which modifier restricts property access to the class itself?

How do you declare a namespace called MyApp?

What is the purpose of namespaces in PHP?

Which keyword is used to include a trait in a class?

There are 10 questions to complete.

Take a part in the ongoing discussion