Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

Recap - OOP

Recap - OOP

12th Grade

11 Qs

1.2.4. Types of Programming Language

1.2.4. Types of Programming Language

12th Grade

12 Qs

8.4 Programming Paradigms and Processes

8.4 Programming Paradigms and Processes

11th - 12th Grade

8 Qs

Pemodelan Perangkat Lunak

Pemodelan Perangkat Lunak

11th Grade

10 Qs

OOP

OOP

9th - 12th Grade

10 Qs

object oriented programming

object oriented programming

11th Grade - University

10 Qs

OOP 3 Encapsulation

OOP 3 Encapsulation

11th Grade

10 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