Multiple Choice
If an app needs to perform a derived-class-specific operation on a derived class object reference by a base class variable,the app must first cast the base class reference to a derived class reference through a technique known as _________.
A) downcasting
B) upcasting
C) decreasecasting
D) increasecasting
Correct Answer:

Verified
Correct Answer:
Verified
Q29: The purpose of an interface is to:<br>A)
Q30: An abstract class may be derived from
Q31: Polymorphism involves:<br>A) the same message sent to
Q32: Sealing methods allows the compiler to optimize
Q33: Abstract classes may not be:<br>A) inherited<br>B) accessed
Q35: An abstract base class can be used
Q36: Operator is returns true if two matching
Q37: Declaring a method sealed means:<br>A) it will
Q38: Objects of abstract base classes can be
Q39: An interface is typically used in place