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 Menus35 Questions
Exam 8: Arrays and More34 Questions
Exam 9: Files, Printing, and Structure36 Questions
Exam 10: Working With Databases32 Questions
Exam 11: Developing Web Applications33 Questions
Exam 12: Classes, Collections, and Inheritance36 Questions
Select questions type
______is a general model of something - it captures the general characteristics of an object.
Free
(Multiple Choice)
5.0/5
(35)
Correct Answer:
D
All of the following statements are true about the .NET garbage collection utility except __________.
Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
A
Which of the following displays a window that lets you browse the classes available to your project?
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
C
A ______defines a special type of class member that contains Get and Set sections.
(Multiple Choice)
4.9/5
(34)
Every class you create in Visual Basic is automatically derived from this built-in class.
(Multiple Choice)
4.9/5
(25)
Class members declared with this access specifier are like private members, except they may be accessed by methods and property procedures in derived classes.
(Multiple Choice)
4.8/5
(30)
The ______access specifier permits class members to be accessed by statements both outside the class and outside the assembly.
(Multiple Choice)
4.9/5
(40)
A variable declared inside a class is also known as a __________.
(Multiple Choice)
4.8/5
(46)
When creating a ToString method to return a string representation of the data stored in an object, you must __________.
(Multiple Choice)
4.9/5
(39)
When using the Remove method of a collection, what happens if the argument provided is a string expression?
(Multiple Choice)
4.9/5
(34)
You access public members of a class object with ___________.
(Multiple Choice)
4.8/5
(30)
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.8/5
(44)
If there exists a class named Person and one wants to create a new class named Student based on the Person class, what code segment below shows the correct way to do so?
(Multiple Choice)
4.9/5
(35)
A(n) ________is a class property that is defined by only a single line of code.
(Multiple Choice)
4.9/5
(36)
A constructor is a method named ______found inside the class.
(Multiple Choice)
4.9/5
(40)
It's possible to access the items in a collection using __________.
(Multiple Choice)
4.8/5
(37)
The following statements are true about user-defined collections except __________.
(Multiple Choice)
4.8/5
(44)
The class is the portion of a class that is visible to the application programmer.
(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 36
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)