Java Inheritance

Java Inheritance

University

6 Qs

quiz-placeholder

Similar activities

Dr. S. Uma's Object Oriented Programming Quiz Event 1

Dr. S. Uma's Object Oriented Programming Quiz Event 1

University

10 Qs

Q8 - Info Mgt

Q8 - Info Mgt

University

10 Qs

Inheritance

Inheritance

University

7 Qs

Java Quiz1

Java Quiz1

University

10 Qs

java quiz based on interface

java quiz based on interface

University

10 Qs

Java Inheritance

Java Inheritance

University

10 Qs

ADPROG1

ADPROG1

University

10 Qs

Quiz1

Quiz1

University

8 Qs

Java Inheritance

Java Inheritance

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 48+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inheritance means

Sub class extends Base class

Sub class extends super class

Sub class create object of super class

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of inheritance does Java have?

Single Inheritance

Double Inheritance

Multiple Inheritance

Class Inheritance

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this keyword must be used to inherit a class?

extends

extent

super

this

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is not type of inheritance?

Single Inheritance

Double Inheritance

Multiple Inheritance

Class Inheritance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the features reused using Inheritance in Java?

Variables

Constants

Methods

All the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which inheritance in java programming is not supported?

Single inheritance

Multilevel inheritance

Multiple inheritance using classes

Multiple inheritance using interfaces