Quiz #2 (Refer to Javatpoint in answering these question)

Quiz #2 (Refer to Javatpoint in answering these question)

University

13 Qs

quiz-placeholder

Similar activities

Understanding Email, Contacts and Calendaring

Understanding Email, Contacts and Calendaring

University

10 Qs

ICT 0513 - Chapter 4 : System Unit

ICT 0513 - Chapter 4 : System Unit

University

15 Qs

Quiz IT Audit 7 Gabungan

Quiz IT Audit 7 Gabungan

University

10 Qs

BB

BB

University

10 Qs

Tree and Planar Graph

Tree and Planar Graph

University

10 Qs

CodeMonkey for B.Ed IT

CodeMonkey for B.Ed IT

University

10 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

JRB2 Quiz 4

JRB2 Quiz 4

University

10 Qs

Quiz #2 (Refer to Javatpoint in answering these question)

Quiz #2 (Refer to Javatpoint in answering these question)

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

Kim Palaran

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If a class has multiple methods having same name but different in parameters, it is known as _______ ?

Method Overriding

Method Overloading

Method Overruling

Method Initialization

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If subclass (child class) has the same method as declared in the parent class, it is known as _______?

Method Overruling

Method Initialization

Method Overriding

Method Overloading

3.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Below are different ways to overload the method, EXCEPT (choose 2):

By changing the parameters

By changing number of arguments

By changing the data type

By changing the class name

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Can we override static method?

No, because the static method is bound with class whereas instance method is bound with an object.

Yes, static belongs to the class area, and an instance belongs to the heap area.

It depends upon the situation.

None of the above

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the 'final' keyword do? Choose an accurate statement.

If you make any variable as final, you can still change the value of final variable.

If you make any variable as final, you cannot change the value of final variable (It will be constant).

If you make any variable as final, you cannot change the parameter of final variable.

If you make any variable as final, you cannot change the argument of final variable.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is a concept by which we can perform a single action in different ways. It is derived from 2 Greek words: 

Polymorphism

Abstraction

Inheritance

Encapsulation

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is a mechanism in which one object acquires all the properties and behaviors of a parent object. It is an important part of OOP (Object Oriented programming system).

Polymorphism

Abstraction

Inheritance

Encapsulation

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?