OOP Quiz for Level 2 Undergraduates

OOP Quiz for Level 2 Undergraduates

Professional Development

20 Qs

quiz-placeholder

Similar activities

C++ Assessment

C++ Assessment

Professional Development

20 Qs

JavaScript

JavaScript

Professional Development

15 Qs

interfaces, final , inheritance

interfaces, final , inheritance

Professional Development

20 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

SQL Programming Revision

SQL Programming Revision

Professional Development

20 Qs

65. Working with inheritance - Part 3

65. Working with inheritance - Part 3

Professional Development

15 Qs

Java Chapter 3 Review Questions

Java Chapter 3 Review Questions

Professional Development

25 Qs

ARKOM

ARKOM

University - Professional Development

17 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?