Exam 11: Object-Oriented Programming
Exam 1: An Introduction to Computers and Problem Solving36 Questions
Exam 2: Visual Basic, Controls, and Events61 Questions
Exam 3: Variables, Input, and Output101 Questions
Exam 4: Decisions86 Questions
Exam 5: General Procedures70 Questions
Exam 6: Repetition73 Questions
Exam 7: Arrays87 Questions
Exam 8: Text Files65 Questions
Exam 9: Additional Controls and Objects90 Questions
Exam 10: Databases34 Questions
Exam 11: Object-Oriented Programming66 Questions
Select questions type
The constructor method takes zero or more arguments, and the code inside the procedure block performs any tasks needed for initializing an object.
(True/False)
4.8/5
(36)
In the hierarchy chart shown below, which of the following is GrandChild2 able to access? 

(Multiple Choice)
4.8/5
(34)
The constructor method that is possessed by each class is used to set default values for member variables and to create other objects associated with this object.
(True/False)
4.8/5
(37)
Methods are constructed with a Function procedure when the method returns a value, and with a Sub procedure otherwise.
(True/False)
4.9/5
(39)
In the following statement, the word m_name demonstrates the proper name for a member or instance variable. If these variables are declared without the prefix "m_", an exception will be thrown.
(True/False)
4.7/5
(44)
Showing 61 - 66 of 66
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)