Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

11 Qs

Quarter 4 - LQ1 (Oracle Prog)

Quarter 4 - LQ1 (Oracle Prog)

12th Grade

10 Qs

Understanding Object-Oriented Programming Concepts (video)

Understanding Object-Oriented Programming Concepts (video)

12th Grade

11 Qs

OOP Terms and Concepts

OOP Terms and Concepts

10th Grade - University

10 Qs

L2W3

L2W3

12th Grade

11 Qs

Recap - OOP

Recap - OOP

12th Grade

11 Qs

Inheritance in C++

Inheritance in C++

12th Grade

9 Qs

Object Oriented Programming

Object Oriented Programming

Assessment

Quiz

Computers

11th - 12th Grade

Easy

Created by

B McCue

Used 164+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

An instance of a class.

Method

Object

Attribute

Class

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A template used to define an object.  It specifies the methods and attributes an object should have.

Class

Method

Attribute

Polymorphism

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A subroutine associated with an object.

Method

Attribute

Class

Encapsulation

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Variable contained within and associated to an object.

Inheritance

Attribute

Method

Class

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Ensuring private attributes can only be amended through public methods.  This prevents objects being manipulated in unintended ways.

Polymorphism

Inheritance

Encapsulation

Object Oriented Programming

(OOP)

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The ability for a class to inherit the methods and attributes of a parent class.  Its ‘child’ class can have its own methods and attributes and override methods of its parent class.

Polymorphism

Encapsulation

Attribute

Inheritance

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The ability for objects of different classes to be treated in the same way.  For example, the same method may be applied to objects of different classes.

Object Oriented Programming

(OOP)

Encapsulation

Polymorphism

Inheritance

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A paradigm that breaks a problem down into a series of objects that interact.

Procedural Programming

Object Oriented Programming

(OOP)

Declarative Programming

Functional Programming