Question: Type-hinting and the instanceof keyword can be used to check what types of things about variables?
A
B
C
D
E
If a particular child class extends from it
B
If they are an instance of a particular interface
C
If they are an abstract class
D
If they have a particular parent class
E
If they are an instance of a particular class
Note: Not available