A blueprint which can be used to create an object. Contains methods and variables.
Object Oriented Programming

Quiz
•
Computers
•
11th Grade
•
Medium
Abbi Bennett
Used 37+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Constructors
Classes
Objects
Properties
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A child class gains methods and properties from the parent class.
Inheritance
Objects
Attributes
Methods
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A special kind of attribute. Has a "getter" (__get__), a "setter" (__set__), and "delete" (__delete__) method.
Objects
Properties
Methods
Attributes
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Created when a new object is instantiated and isn't available to other objects. They are accessible by methods but declared outside methods.
Instance Variable
Methods
Inheritance
Classes
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Used in objects to hold data. They are similar, but different, from a variable.
Class Variables
Objects
Attributes
Constructors
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A special method that Python uses to instantiate an instance or object. They assign values to instance variable, and are always named "__init__()"
Instances
Attributes
Constructors
Methods
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Created inside a class but outside any methods. Can be changed by calling the class variable, but changes may impact all places that the variable is used.
Methods
Constructors
Instance Variables
Class Variables
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Functions available only to objects of that type. Defined within the class and perform some actions that are helpful to that specific type of object.
Classes
Inheritance
Constructors
Methods
9.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
An object recreated by following the "blueprint" defined by the class. It "inherits" the methods and variables from the class it was created from, however the data may be different.
Objects
Properties
Instances
Attributes
Similar Resources on Quizizz
14 questions
Creating Java Programs

Quiz
•
10th - 12th Grade
14 questions
Object Orientated Programming 3

Quiz
•
11th - 12th Grade
12 questions
Java Class vocabulary

Quiz
•
9th Grade - University
9 questions
Option D - OOP

Quiz
•
11th - 12th Grade
14 questions
CSA 1.1.1 Why Programming? Why Java?

Quiz
•
10th - 12th Grade
6 questions
CodeHS 4.5 Writing Classes and Instance Methods

Quiz
•
9th - 12th Grade
7 questions
CSA Code.org Unit 2: Lesson 1 Attributes

Quiz
•
11th Grade
11 questions
Python OOP Terminology

Quiz
•
5th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University