Review of inheritance & polymorphism

Review of inheritance & polymorphism

12th Grade

6 Qs

quiz-placeholder

Similar activities

Inheritance in C++

Inheritance in C++

12th Grade

9 Qs

Understanding Object-Oriented Programming Concepts (video)

Understanding Object-Oriented Programming Concepts (video)

12th Grade

11 Qs

Kuis Konsep Inheritance

Kuis Konsep Inheritance

9th - 12th Grade

10 Qs

PBO XII RPL

PBO XII RPL

9th - 12th Grade

10 Qs

OOP Terms and Concepts

OOP Terms and Concepts

10th Grade - University

10 Qs

LECTURE 5.2 Normalization Process Quiz

LECTURE 5.2 Normalization Process Quiz

12th Grade

10 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

10th - 12th Grade

5 Qs

Mastering OOP in Advanced Python

Mastering OOP in Advanced Python

12th Grade

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