Inheritance in JAVA

Inheritance in JAVA

University

6 Qs

quiz-placeholder

Similar activities

Inheritance Quiz

Inheritance Quiz

2nd Grade - University

10 Qs

GoF Patterns

GoF Patterns

University

7 Qs

The OOP Quiz

The OOP Quiz

University

10 Qs

Kelompok 9, Sequence dan Class Diagram

Kelompok 9, Sequence dan Class Diagram

University

5 Qs

Week 9  C# (for Java programmers)

Week 9 C# (for Java programmers)

University

10 Qs

OOP-1

OOP-1

University

10 Qs

AP CSA Inheritance Polymorphism

AP CSA Inheritance Polymorphism

University

10 Qs

science day competition (Software Engineering)

science day competition (Software Engineering)

University

10 Qs

Inheritance in JAVA

Inheritance in JAVA

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 22+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ........... is a group of objects which have common properties.

Class

Sub Class

Super Class

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.............. is a class which inherits the other class.

Class

Sub Class

Super Class

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

................. is the class from where a subclass inherits the features.

Class

Sub Class

Super Class

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Subclass is also called a ...........

Derived Class

Extended Class

Child Class

All the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Superclass is also called a ...............

Base Class

Parent Class

Both A and B

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

is an example of

Single Inheritance

Multiple Inheritance

Multilevel Inheritance

None