To create a class in PHP, use the ____ keyword to write a class definition.

A. definition
B. class
C. create
D. construct


Answer: B

Computer Science & Information Technology

You might also like to view...

A C++ exception object may be an int, a char or a double, but unlimited information to be sent when an exception is thrown may be put in

a) The catch block b) The try block c) The throw block d) An exception object e) The function that throws the exception

Computer Science & Information Technology

Which of the following can be described as an operating system that runs in a virtual machine?

A. hypervisor B. guest C. host D. NAS

Computer Science & Information Technology

A set of named constants that start with the value 0 for the first constant and increment by 1 for each subsequent constant can be declared as a(n) ________.

a. class b. enum c. enumeration d. None of the above.

Computer Science & Information Technology

Word's ________ feature enables you to join a main document and a data source

Fill in the blank(s) with correct word

Computer Science & Information Technology