Which of the following function can print a object content ?

Options:
A) print()
B) var_dump()
C) print_r()
D) echo
 
Answer : var_dump()