Solved

Consider This Statement: If You Declare a (Polymorphic) Reference Variable

Question 53

Essay

Consider this statement: If you declare a (polymorphic) reference variable, v, to be of type Object, by saying: Object v; then v can refer to any kind of object without restriction. If "object" means an instance of the Object class, is this statement True?
Why or why not?
If "object" means any kind of Java data, is this statement True?
Why or why not?

Correct Answer:

verifed

Verified

Java only supports single inheritance, w...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions