Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Programming

Programming

11th Grade

13 Qs

C# Programming Quiz

C# Programming Quiz

12th Grade

10 Qs

AQA - Unit 7 - OOP

AQA - Unit 7 - OOP

11th - 12th Grade

10 Qs

Introduction to Java

Introduction to Java

8th - 12th Grade

10 Qs

Unit Terms 2.3 -2.10

Unit Terms 2.3 -2.10

12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

13 Qs

IT English Essentials: Unit 13 - Quiz 1

IT English Essentials: Unit 13 - Quiz 1

12th Grade

10 Qs

Four pillars of Object-Oriented Programming (OOP) in java

Four pillars of Object-Oriented Programming (OOP) in java

9th - 12th Grade

5 Qs

Object Oriented Programming

Object Oriented Programming

Assessment

Quiz

Computers

11th - 12th Grade

Easy

Created by

B McCue

Used 169+ 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