Try Magic Notes and save time.
Try it free
Try Magic Notes and save time
Crush your year with the magic of personalized studying.
Try it free
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
Starting Out with Visual C#, 4th Edition Chapter 9 Classes and Multiform Projects
Flashcards
Learn
Test
Match
Q-Chat
Get a hint
1. Each object created from a class is called a(n) ____________ of the class.
a. object
b. reference
c. instance
d. field
Click the card to flip 👆
c. instance
Click the card to flip 👆
1 / 33
1 / 33
Flashcards
Learn
Test
Match
Q-Chat
Created by
ashleyea25
Share
Share
Terms in this set (33)
1. Each object created from a class is called a(n) ____________ of the class.
a. object
b. reference
c. instance
d. field
c. instance
2. You create a class by writing a(n) ____________.
a. class declaration
b. object specification
c. preprocessor directive
d. code blueprint
a. class declaration
3. The first line of a class declaration is known as the ____________.
a. object heading
b. class header
c. data title
d. class definition
b. class header
4. By using the ____________ access modifier, a class can hide its data from code outside the class.
a. public
b. private
c. const
d. ref
b. private
5. A(n) ____________ is a method that is automatically executed when an object is created.
a. actuator
b. loader
c. constructor
d. executable
c. constructor