OOP Quiz #2

OOP Quiz #2

University

10 Qs

quiz-placeholder

Similar activities

Pragramming Quiz

Pragramming Quiz

University

5 Qs

ISPFL1 Midterm Quiz #3

ISPFL1 Midterm Quiz #3

University

10 Qs

Lecture 02

Lecture 02

University

10 Qs

Activity 7: Quiz

Activity 7: Quiz

University

10 Qs

FOP - CHAPTER 8

FOP - CHAPTER 8

University

10 Qs

Object Oriented Programming Evaluation 4

Object Oriented Programming Evaluation 4

University

15 Qs

JAVA-BootCamp - Day1

JAVA-BootCamp - Day1

University

15 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

University

10 Qs

OOP Quiz #2

OOP Quiz #2

Assessment

Quiz

Computers

University

Medium

Created by

inocencio madriaga

Used 24+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Composition is a


uses-a relationship

has-a relationship

is-a relationship

none of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the access level/s of a private modifier.

Class

Package

Subclass

World

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an instance of a class?

Class

  • Object

  • Reference

  • Primitive

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of a primitive int data type?

-1

null

0

garbage data

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the given code. What would be the display on the screen?

Class A

Class B

Class C

Compile error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When Overloading does not occur?


More than one method with same name but different method signature and different number or type of parameters

More than one method with same name, same signature but different number of signature

More than one method with same name, same signature, same number of parameters but different type

More than one method with same name, same number of parameters and type but different signature

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these keywords can be used to prevent Method overriding?

static

constant

protected

final

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?