Exam 12: Classes, Collections, and Inheritance
Exam 1: Introduction to Programming and Visual Basic40 Questions
Exam 2: Creating Applications With Visual Basic36 Questions
Exam 3: Variables and Calculations41 Questions
Exam 4: Making Decisions39 Questions
Exam 5: Lists and Loops36 Questions
Exam 6: Procedures and Functions31 Questions
Exam 7: Multiple Forms, Modules, and Menus36 Questions
Exam 8: Arrays and More34 Questions
Exam 9: Files, Printing, and Structures36 Questions
Exam 10: Working With Databases32 Questions
Exam 11: Developing Web Applications33 Questions
Exam 12: Classes, Collections, and Inheritance36 Questions
Select questions type
The _access specifier permits class members to be accessed by statements both outside the class and outside the assembly.
Free
(Multiple Choice)
4.7/5
(38)
Correct Answer:
A
Why is important to remove objects that are no longer need in your program?
Free
(Multiple Choice)
4.7/5
(47)
Correct Answer:
C
A function that is a member of a class is called _.
Free
(Multiple Choice)
5.0/5
(44)
Correct Answer:
B
Every class you create in Visual Basic is automatically derived from this built-in class.
(Multiple Choice)
4.9/5
(41)
Object-oriented programming is a way of designing and coding applications such that interchangeable software can be used to build larger programs.
(Multiple Choice)
4.8/5
(41)
All of the following statements are true about the .NET garbage collection utility except .
(Multiple Choice)
4.9/5
(34)
An) ___is a class property that is defined by only a single line of code.
(Multiple Choice)
4.8/5
(40)
Which of the following operators determines if two object variables reference the same object?
(Multiple Choice)
4.9/5
(48)
The hiding of data and procedures inside a class is achieved through a process called ___.
(Multiple Choice)
4.8/5
(36)
_is a general model of something - it captures the general characteristics of an object.
(Multiple Choice)
4.9/5
(40)
Which of the following displays a message box saying "I have been created" every time a new instance of the class ShowMe is created?
(Multiple Choice)
4.9/5
(37)
The class is the portion of the class that is visible to the application programmer.
(Multiple Choice)
4.9/5
(38)
Which of the following statements will remove an object referred to by the object variable NewStudent?
(Multiple Choice)
4.8/5
(33)
The following statements are true about user-defined collections except .
(Multiple Choice)
4.9/5
(43)
The _ access specifier permits class members to be accessed only by statements inside the class.
(Multiple Choice)
4.9/5
(41)
Which of the following displays a window that lets you browse the classes available to your project?
(Multiple Choice)
4.8/5
(32)
If there exists a class named People and one wants to create a new class named Student based on the People class, what code segment below shows the correct way to do so?
(Multiple Choice)
4.7/5
(39)
Client programs can query _to get values, but they cannot modify them.
(Multiple Choice)
4.9/5
(39)
A _is automatically called when an instance of the class is created.
(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 36
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)