Search Header Logo

Object Oriented Programming

Authored by Abbi Bennett

Computers

11th Grade

Used 37+ times

Object Oriented Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?