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
10 questions
OOP

Quiz
•
9th - 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
10 questions
C++ Quiz 1

Quiz
•
11th - 12th Grade
11 questions
Python OOP Terminology

Quiz
•
5th - 12th Grade
10 questions
Java

Quiz
•
11th Grade
14 questions
Object Orientated Programming 3

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

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade