Which one of the following function should I use to find the parent class of a class?
A. get_parent_class()
B. parent_class()
C. class_parent()
D. get_class_parent()
Answer: Option A
A. get_parent_class()
B. parent_class()
C. class_parent()
D. get_class_parent()
Answer: Option A
Which one of the following is not a valid class name?
A. ShopProduct
B. Shopproduct
C. Shopproduct1
D. 1shopproduct
Fill in the blank with the best option. An Object is a/an ________ of a class.
A. type
B. prototype
C. instance
D. object
Which version of PHP introduced the visibility keywords i.e public, private, and protected?
A. PHP 4
B. PHP 5
C. PHP 5.1
D. PHP 5.3
Join The Discussion