Day 3 Wipro

Day 3 Wipro

University

34 Qs

quiz-placeholder

Similar activities

TDM-Quiz-1

TDM-Quiz-1

University

30 Qs

Artificial Intelligence

Artificial Intelligence

University

30 Qs

Group 2

Group 2

University

36 Qs

Day 1 Wipro Training

Day 1 Wipro Training

University

30 Qs

Comprehension - Engineering Mechanics

Comprehension - Engineering Mechanics

University

30 Qs

Research Design and Methodologies

Research Design and Methodologies

University

30 Qs

13.3.2 - Civil Engineering Applications - Skyscrapers

13.3.2 - Civil Engineering Applications - Skyscrapers

10th Grade - University

33 Qs

INS Class Activity -1

INS Class Activity -1

University

35 Qs

Day 3 Wipro

Day 3 Wipro

Assessment

Quiz

Engineering

University

Hard

Created by

Ms.Yatri Davda

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for inheritance in Java?

this

super

extends

implements

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many classes can a Java class extend?

One

Two

Unlimited

Zero

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if a subclass does not explicitly call super()?

Error occurs

JVM inserts it automatically

Parent constructor is never called

Program doesn’t compile

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class is at the top of the inheritance hierarchy in Java?

Object 

Superclass 

Main 

System

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which access modifier allows inheritance outside the package?

private 

public

protected

default

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if a class is marked final?

It can be inherited

It cannot be extended

Its methods can’t be called

It must have a constructor

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT required for method overriding?

Same name 

Same return type

Same parameters

private modifier

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?