Q87
Which one of the following will you use to check the class of an object?
A.
class()
B.
_class()
C.
class_check()
D.
get_class()
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
This function accepts any object as an argument and returns its class name as a string.