Examveda

Once a class has been defined, objects can be created from the class with the ....... keyword.

A. new object

B. construct

C. new

D. both A and C

Answer: Option C


This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Comments (1)

  1. Man Preet
    Man Preet:
    4 years ago

    Classname objectname = new class();

Related Questions on Object Oriented Concept