Multiple Choice
When a derived-class member overrides a base-class member,the base-class member can be accessed from the derived-class by using the Visual Basic keyword .
A) MyBase
B) Top
C) Super
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q49: Base class methods with this level of
Q50: The first task of any base class's
Q51: To avoid duplicating code (and possibly errors),use
Q52: A derived class can add its own
Q53: Polymorphism allows you to command a wide
Q55: When creating a class,rather than declaring completely
Q56: An interface is defined with keyword _.<br>A)Interface<br>B)MustInherit<br>C)Implements<br>D)Abstract
Q57: How can a derived class constructor ccall
Q58: Concrete classes provide implementations for at least
Q59: Which of the following does not complete