Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
Polymorphism is the ability to create a new class from an existing class.
A)True
B)False
2
The base class may also be referred to as the derived class or child class.
A)True
B)False
3
Constructors may be overloaded.
A)True
B)False
4
A parameterized constructor requires arguments.
A)True
B)False
5
You cannot instantiate objects from a class that contains abstract methods.
A)True
B)False







Programming in VB .NET 2005Online Learning Center

Home > Chapter 12 > True or False