Review of inheritance & polymorphism

Review of inheritance & polymorphism

12th Grade

6 Qs

quiz-placeholder

Similar activities

Introduction to Java

Introduction to Java

8th - 12th Grade

10 Qs

CodeHS 4.14 Polymorphism

CodeHS 4.14 Polymorphism

9th - 12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

Binary and Chapter 9 Lessons 1-2 Quiz Review

Binary and Chapter 9 Lessons 1-2 Quiz Review

10th - 12th Grade

6 Qs

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

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

9th - 12th Grade

5 Qs

Python L2- Quiz 6

Python L2- Quiz 6

5th - 12th Grade

8 Qs

Review of inheritance & polymorphism

Review of inheritance & polymorphism

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Mark Gadsby

Used 15+ times

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

___________ is an OOP technique that allows one class to inherit the attributes and methods of another class.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In an inheritance relationship, the parent class can also be referred to as the __________ or base class. The child class can be referred to as the subclass or derived class.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Inheritance is shown on a UML diagram with hollow-headed arrows that point _______ from child to parent.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Subclasses can be extended with additional __________ and methods.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Inherited methods can be _________ to change their functionality and make the behaviour more appropriate to the subclass.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____________ is the ability of the system to process objects differently depending on their data type or class.