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
The hiding of data and procedures inside a class is achieved through a process called ________.
(Multiple Choice)
4.7/5
(30)
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.7/5
(35)
Which of the following describes the primary reason that one would override a property or method?
(Multiple Choice)
4.9/5
(33)
Which of the following is the correct way to declare a public read-only property?
(Multiple Choice)
4.9/5
(39)
This key word is used to refer to properties and methods found in the base class.
(Multiple Choice)
4.8/5
(41)
The ___access specifier permits class members to be accessed only by statements inside the class.
(Multiple Choice)
4.7/5
(31)
You can __ a method or property procedure found in the base class by adding one with the same name to a derived class.
(Multiple Choice)
4.9/5
(37)
A ______is automatically called when an instance of the class is created.
(Multiple Choice)
4.8/5
(35)
Which of the following operators determines if two object variables reference the same object?
(Multiple Choice)
4.9/5
(38)
The ______property is used to get the number of items in a collection.
(Multiple Choice)
4.8/5
(33)
Why is important to remove objects that are no longer need in your program?
(Multiple Choice)
4.8/5
(23)
Which of the following statements will remove an object referred to by the object variable NewStudent?
(Multiple Choice)
4.8/5
(36)
Client programs can query ______to get values, but they cannot modify them.
(Multiple Choice)
4.8/5
(36)
Showing 21 - 36 of 36
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)