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

1
Objects have properties and methods.
A)True
B)False
2
The acronym OOP stands for Object Oriented Procedures.
A)True
B)False
3
Properties are actions that can be performed by a class of object.
A)True
B)False
4
A button on a form is an instance of the Button class.
A)True
B)False
5
Creating a class module defines a new class; it does not create any objects.
A)True
B)False
6
When you have finished defining a class, you may then create as many instances of the class as you need using the new keyword.
A)True
B)False
7
Inheritance is the ability to create a new class from an existing class.
A)True
B)False
8
Forms are inherited from the Form class.
A)True
B)False
9
In a multitier application, the Presentation tier refers to the user interface.
A)True
B)False
10
The middle tier, the Business tier, can be stored in a location other than where the Presentation tier is stored.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 12 > True or False