OOP Q7

OOP Q7

University

20 Qs

quiz-placeholder

Similar activities

OOC 4SEM

OOC 4SEM

University

15 Qs

OO Programming OCR A level

OO Programming OCR A level

10th Grade - University

20 Qs

Q9 ABSTRACTION IN JAVA

Q9 ABSTRACTION IN JAVA

University

20 Qs

OOP CHAPTER 1

OOP CHAPTER 1

University

17 Qs

Classes Relationships in Java Programming

Classes Relationships in Java Programming

University

20 Qs

Encapsulation C++

Encapsulation C++

University

20 Qs

OOP in Python

OOP in Python

University

15 Qs

Inheritance in Java

Inheritance in Java

University

20 Qs

OOP Q7

OOP Q7

Assessment

Quiz

Computers

University

Easy

Created by

Darwin Vargas

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to achieve encapsulation in Java?

A) private

B) protected

C) public

D) All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following class. What is the purpose of the setSpeed method?

A) To set the speed field to any value

B) To restrict setting the speed field to non-negative values

C) To get the value of the speed field

D) To print the speed field

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the result of attempting to compile and run the following code?

A) null

B) John

C) Compilation error

D) Runtime error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is encapsulation in Java?

A) A process of combining methods and data members in a single unit

B) A process of hiding the implementation details and exposing only the functionality

C) A process of inheriting methods from a superclass

D) A process of overriding methods in a subclass

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does it mean for a class to be tightly encapsulated?

A) All its fields are private, and it provides public getter and setter methods for them

B) All its fields and methods are public

C) It does not have any constructors

D) It cannot be inherited

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of encapsulation?

A) It allows direct access to the data

B) It makes the class methods private

C) It enhances code maintenance and flexibility

D) It prevents class inheritance

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about encapsulation?

A) It requires all methods to be private

B) It requires all classes to be public

C) It allows a class to control how its data is accessed and modified

D) It prevents the use of inheritance

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?