Review of inheritance & polymorphism

Review of inheritance & polymorphism

12th Grade

6 Qs

quiz-placeholder

Similar activities

What Do You Remember About Inheritance

What Do You Remember About Inheritance

9th - 12th Grade

7 Qs

Quiz Topic 1 OOP_ Sesi I 2023/2024

Quiz Topic 1 OOP_ Sesi I 2023/2024

12th Grade

10 Qs

Programming Terminology

Programming Terminology

12th Grade

10 Qs

Python Classes

Python Classes

9th - 12th Grade

11 Qs

Python L2- Quiz 6

Python L2- Quiz 6

5th - 12th Grade

8 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

S12 - Term 3 - SBQ 2

S12 - Term 3 - SBQ 2

12th Grade

6 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.