Exam 11: Classes and Objects
Exam 1: An Introduction to Visual Basic Net50 Questions
Exam 2: Designing Applications50 Questions
Exam 3: Using Variables and Constants50 Questions
Exam 4: The Selection Structure50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Sub and Function Procedures50 Questions
Exam 8: Manipulating Strings50 Questions
Exam 9: Sequential Access Files and Printing50 Questions
Exam 10: Arrays50 Questions
Exam 11: Classes and Objects50 Questions
Exam 12: Adonet and Aspnet50 Questions
Select questions type
When you use a class to create an object in an application, the procedures declared using the Private keyword are hidden from the application.
(True/False)
4.7/5
(41)
When an application needs to assign data to or retrieve data from a Private variable in a class, it must use a Public ____ to do so.
(Multiple Choice)
4.8/5
(32)
The sole purpose of a constructor is to initialize the class's variables.
(True/False)
4.7/5
(28)
A method that is not a constructor can be either a Sub procedure or a Function procedure.
(True/False)
4.9/5
(43)
The data type of a Property procedure must match the data type of the Private variable associated with the Property procedure.
(True/False)
4.9/5
(34)
A statement that is used to create an object from a class must begin with the Dim keyword.
(True/False)
4.7/5
(37)
The code in the Get block allows the application to assign a value to the Private variable.
(True/False)
4.7/5
(40)
Within the Property procedure you define a Get block of code and a(n) ____ block of code.
(Multiple Choice)
5.0/5
(44)
By convention, the first letter of each word in a property name should be capitalized.
(True/False)
4.8/5
(34)
The Get block of a Public property typically contains the validation code.
(True/False)
4.8/5
(37)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)