Inheritance in JAVA

Inheritance in JAVA

University

6 Qs

quiz-placeholder

Similar activities

ISPFL1 Midterm Quiz #3

ISPFL1 Midterm Quiz #3

University

10 Qs

3CSE2 Lab Day-8 Inheritance Quiz

3CSE2 Lab Day-8 Inheritance Quiz

University

10 Qs

Inheritance, final, abstract, visibility control

Inheritance, final, abstract, visibility control

University

10 Qs

JSP

JSP

University

10 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

University

10 Qs

Activity 7: Quiz

Activity 7: Quiz

University

10 Qs

Java Inheritance

Java Inheritance

University

10 Qs

Inheritance

Inheritance

University

7 Qs

Inheritance in JAVA

Inheritance in JAVA

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 21+ 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