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
The Return privateVariable instruction is entered in ____.
Free
(Multiple Choice)
4.9/5
(46)
Correct Answer:
C
All the words in a method name should be verbs.
Free
(True/False)
4.8/5
(43)
Correct Answer:
False
Using a Public property to assign a value received from a program ensures that the Set block is processed.
Free
(True/False)
4.9/5
(35)
Correct Answer:
True
In the following instruction, Room is a(n) ____. Dim bedroom As New Room
(Multiple Choice)
4.8/5
(31)
The ____ privateVariable instruction directs the computer to return the contents of the Private variable.
(Multiple Choice)
4.9/5
(39)
A ____ is a method whose instructions the computer processes, automatically, each time an object is created from the class.
(Multiple Choice)
4.8/5
(35)
A variable that is declared with the ____ keyword can be used only by the class in which it is defined.
(Multiple Choice)
4.8/5
(32)
The code contained in the ____ block allows an application to retrieve the contents of the Private variable associated with the property.
(Multiple Choice)
4.7/5
(31)
By convention, the first letter of each word in a method name should be capitalized.
(True/False)
4.8/5
(31)
When a property is declared using the ____ keyword, it can be accessed by any application that uses an object created from the class.
(Multiple Choice)
4.9/5
(38)
By convention, most programmers capitalize the first letter in a class name.
(True/False)
4.9/5
(38)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)