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 methods in a class cannot reference the class's Private variables directly; they must reference the Private variables indirectly through the Public properties.
(True/False)
4.8/5
(42)
When you use a class to create an object in an application, variables declared using both the Public keyword and the Private keyword are made available to the application.
(True/False)
4.8/5
(46)
A ____ encapsulates the attributes and behaviors of the object it creates.
(Multiple Choice)
4.8/5
(32)
You should always use a Public property to assign a value received from a program.
(True/False)
4.7/5
(30)
After an object is created and its address assigned to a variable, you can access its properties using the syntax ____.
(Multiple Choice)
4.8/5
(36)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)