Exam 9: Classes and Multiform Projects
Exam 1: Introduction to Computers and Programming161 Questions
Exam 2: Introduction to Visual C#131 Questions
Exam 3: Processing Data176 Questions
Exam 4: Making Decisions78 Questions
Exam 5: Loops, Files, and Random Numbers112 Questions
Exam 6: Modularizing Your Code with Methods69 Questions
Exam 7: Arrays and Lists99 Questions
Exam 8: More About Processing Data90 Questions
Exam 9: Classes and Multiform Projects89 Questions
Exam 10: Inheritance and Polymorphism37 Questions
Exam 11: Databases69 Questions
Select questions type
The first line of a class declaration is known as the ____________.
(Multiple Choice)
4.7/5
(39)
In code that creates an instance of a class, you access the class object's properties in the same way you would access public variables.
(True/False)
4.9/5
(40)
When you add additional forms to a project, you add additional ____________, which are stored in their own source code files.
(Multiple Choice)
4.8/5
(39)
A class's constructor header must specify a return type of void.
(True/False)
4.9/5
(37)
When designing an object-oriented application, one of your first tasks is to identify the classes that you will need to create.
(True/False)
4.7/5
(36)
It is perfectly legal to write a class without any constructors.
(True/False)
4.8/5
(34)
When finding the classes in a problem description, sometimes a plural noun will indicate a class and a singular noun will indicate an object.
(True/False)
4.7/5
(31)
Showing 81 - 89 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)