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
A blueprint which can be used to create an object. Contains methods and variables.
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 Wayground
5 questions
#094 Topic 2.1 Video 1

Quiz
•
11th Grade
10 questions
Java String and Character Classes Revision

Quiz
•
11th Grade
10 questions
CSP Unit 3 Data Representation

Quiz
•
9th - 12th Grade
10 questions
BTEC DIT C3 LAB - Device Hardening & Encryption

Quiz
•
10th - 11th Grade
10 questions
Static, Non-static and final fields and methods

Quiz
•
11th - 12th Grade
10 questions
OOP

Quiz
•
9th - 12th Grade
10 questions
C++ Quiz 1

Quiz
•
11th - 12th Grade
12 questions
49W Exam 2 PLTW

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade