Need help answering a few multiple choice questions on object-oriented programmi
ID: 3700623 • Letter: N
Question
Need help answering a few multiple choice questions on object-oriented programming!
1. What is an object?
A. A function within a class
B. A copy of a variable
C. An instance of a class
D. A variable within a class
2. Each instance of a class has its own copy of a static variable.
A,True
B. False
3. What are classes?
A. Collections of data w/ associated behavior
B. Instances of an object
C. Variables associated w/ a class
D. Particular types of an object
4. What are methods?
A. Instances of an object
B. Pieces of data that are part of an object
C. Global functions
D. Behaviors that can be performed on an object
5. What are attributes?
A. Variables associated w/ a class
B. Instances of a class
C. Parameters of a class
D. Functions associated w/ a class
Explanation / Answer
Question 1
Answer:
C. An instance of a class
Question 2
Answer:
B. False
Question 3
Answer:
A. Collections of data w/ associated behavior
Question 4
Answer:
D. Behaviors that can be performed on an object
Question 5
Answer:
A. Variables associated w/ a class
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.