Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A polymorphic reference variable can refer to either an object of their own class or an object of the subclasses inherited from its class. In
A polymorphic reference variable can refer to either an object of their own class or an object of the subclasses inherited from its class. In order to determine the type that a polymorphic variable refers to, the decision is made
a) | by the programmer at the time the program is written | |
b) | by the compiler at compile time | |
c) | by the operating system when the program is loaded into memory | |
d) | by the Java run-time environment at run time | |
e) | by the user at run time |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started