Multiple Choice
Consider the classes below:
Which of the statements below is false?
A) Both variables a and b are instance variables.
B) After the constructor for Class B executes,the variable a will have the value 7.
C) After the constructor for Class B executes,the variable b will have the value 8.
D) A reference to an object of Class A can be treated as a reference to an object of Class B.
Correct Answer:

Verified
Correct Answer:
Verified
Q38: Objects of abstract base classes can be
Q57: Polymorphism allows the addition of classes providing
Q68: The _ keyword is used to define
Q70: A class may implement only one interface.
Q71: The _ keyword is used to create
Q73: The purpose of an interface is to:<br>A)provide
Q74: An interface always should be used to
Q75: The Protected members of a base class
Q76: If a class leaves one method in
Q77: When a request is made to use