Review of inheritance & polymorphism

Review of inheritance & polymorphism

12th Grade

6 Qs

quiz-placeholder

Similar activities

Grade 12 Java Programming Quiz

Grade 12 Java Programming Quiz

12th Grade

10 Qs

CAI710 - Inheritance

CAI710 - Inheritance

12th Grade

8 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

10th - 12th Grade

5 Qs

APCSA Inheritance

APCSA Inheritance

10th - 12th Grade

5 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

10 Qs

Object Oriented Programming Quizizz

Object Oriented Programming Quizizz

10th Grade - University

11 Qs

G12 Inheritance Quiz 2

G12 Inheritance Quiz 2

12th Grade - University

8 Qs

CSA  Day 4 Inheritance Practice unit 8

CSA Day 4 Inheritance Practice unit 8

9th - 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.