Multiple Choice
Which of the following is the operator used to determine whether an object is an instance of a particular class?
A) equals
B) instanceOf
C) >>
D) isa
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: When a subclass overloads a superclass method
Q16: In the following statement, which is the
Q17: Because the subclass is more specialized than
Q18: A protected member of a class may
Q19: Inheritance involves a subclass, which is the
Q21: In the following code, which line will
Q22: In the following statement, which is the
Q23: Because every class directly or indirectly inherits
Q24: Which of the following statements declares Salaried
Q25: All methods specified by an interface are