OOP Quiz for Level 2 Undergraduates

OOP Quiz for Level 2 Undergraduates

Professional Development

20 Qs

quiz-placeholder

Similar activities

15 days of code quiz 2

15 days of code quiz 2

11th Grade - Professional Development

22 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Javascript

Javascript

Professional Development

17 Qs

Python for Data Professional Beginner

Python for Data Professional Beginner

University - Professional Development

23 Qs

41. Break and continue

41. Break and continue

Professional Development

20 Qs

JDBC_Questions1

JDBC_Questions1

Professional Development

18 Qs

Java Basics

Java Basics

Professional Development

17 Qs

Final Assessment

Final Assessment

Professional Development

16 Qs

OOP Quiz for Level 2 Undergraduates

OOP Quiz for Level 2 Undergraduates

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ms. Yehemini Jayatissa - University of Kelaniya

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of encapsulation?

Code duplication

Hiding internal details

Increasing complexity

Public access to variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following allows runtime polymorphism in Java?

Method Overloading

Constructor Overloading

Method Overriding

Final methods

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to inherit a class in Java?

import

extend

this

implements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of: System.out.println(10 > 5 && 3 < 2);

true

false

10

Compile error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which access modifier allows access only within the same class?

public

protected

private

default

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is abstraction in OOP?

Hiding data

Hiding logic

Hiding implementation details and showing only functionality

Hiding methods

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to catch exceptions?

try-catch

throw

throws

if-else

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?