Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Starting Out with Python Study Set 1
Quiz 10: Classes and Object Oriented Programming
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
What is another name for the accessor methods?
Question 2
True/False
A mutator method has no control over the way that a class's data attributes are modified.
Question 3
Multiple Choice
What are the procedures that an object performs called?
Question 4
Multiple Choice
What is the combining of data and code in a single object known as?
Question 5
True/False
Object-oriented programming allows us to hide the object's data attributes from code that is outside the object.
Question 6
Multiple Choice
What is another name for the mutator methods?
Question 7
True/False
In a UML diagram, the middle section holds the list of the class's methods.
Question 8
True/False
The instances of a class share the data attributes in the class.
Question 9
Multiple Choice
What type of programming contains class definitions?
Question 10
Multiple Choice
Which section in the UML holds the list of the class's methods?
Question 11
Multiple Choice
What type of method provides a safe way for code outside a class to retrieve the values of attributes, without exposing the attributes in a way that they could be changed by the code outside the method?