OOP Quiz for Level 2 Undergraduates

OOP Quiz for Level 2 Undergraduates

Professional Development

20 Qs

quiz-placeholder

Similar activities

JS - Practice 1

JS - Practice 1

Professional Development

20 Qs

Java Chapter 2 Review Questions

Java Chapter 2 Review Questions

Professional Development

22 Qs

Java Fundamentals Assessment

Java Fundamentals Assessment

Professional Development

19 Qs

BINAR Synergy 6 | Chapter 4

BINAR Synergy 6 | Chapter 4

Professional Development

15 Qs

67.Working with inheritance - Part 5

67.Working with inheritance - Part 5

Professional Development

24 Qs

24/01/2024

24/01/2024

Professional Development

15 Qs

Java

Java

Professional Development

25 Qs

C# Interfaces

C# Interfaces

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?