Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What is a polymorphic variable in ( mathrm { C } + + ) ? A pointer or reference variable of an
What is a polymorphic variable in mathrmC A pointer or reference variable of an abstract class type that is able to refer to objects of that class and objects of any of its descendants' classes. A pointer or reference variable of a class type that is able to point to objects of that class and objects of any of its descendants' classes. A pointer or reference variable of a class that can point to objects of its own class type only. A pointer variable of a class type that is able to point to objects of that class and objects of any of its descendants or ancestors' classes.
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