Object-Oriented Programming Quiz

Object-Oriented Programming Quiz

University

10 Qs

quiz-placeholder

Similar activities

Java Quiz 1

Java Quiz 1

University

10 Qs

FOP - CHAPTER 8

FOP - CHAPTER 8

University

10 Qs

Topic 6: Design Concepts and Principles

Topic 6: Design Concepts and Principles

University

12 Qs

Java evolution

Java evolution

University

10 Qs

CIS18A Quiz 1 Review Game

CIS18A Quiz 1 Review Game

University

15 Qs

OOP

OOP

University

13 Qs

JAVA OO - Semana 2

JAVA OO - Semana 2

University

10 Qs

OOC 4SEM

OOC 4SEM

University

15 Qs

Object-Oriented Programming Quiz

Object-Oriented Programming Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Maznah Ahmad

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following best describes the Object-Oriented Approach?

A paradigm focused on step-by-step procedures

A paradigm that organizes software design around objects

A method that uses only functions without data

A system that hides all program details from users

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which OOP advantage allows the same code to be used in multiple programs, reducing duplication?

Modularity

Re-usability

Maintainability

Data Security

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which OOP concept involves hiding data and controlling access to it?

Abstraction

Encapsulation

Inheritance

Modifiability

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Inheritance refers to:

One class taking on many forms

One class deriving properties from another class

Hiding implementation details from the user

Dividing a program into separate modules

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which concept allows an object to have different implementations of the same method name?

Encapsulation

Modularity

Polymorphism

Extensibility

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, which of the following is a reserved word?

account

this

balance

deposit

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which access modifier allows a member to be accessible everywhere?

private

default

protected

public

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?