Java

Java

11th Grade

10 Qs

quiz-placeholder

Similar activities

Types of information storage media

Types of information storage media

10th - 12th Grade

13 Qs

Information Processing - File Organization/Access

Information Processing - File Organization/Access

10th - 11th Grade

10 Qs

Information Classification

Information Classification

11th Grade

12 Qs

CSS Selectors

CSS Selectors

11th Grade

10 Qs

Concept of Network Topology  and IP Addressing

Concept of Network Topology and IP Addressing

11th Grade

10 Qs

Unit 1.2 -  Secondary Storage MCQ

Unit 1.2 - Secondary Storage MCQ

10th - 11th Grade

14 Qs

Objects & Classes

Objects & Classes

11th - 12th Grade

10 Qs

Java Inheritance Quiz

Java Inheritance Quiz

11th Grade

15 Qs

Java

Java

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Myca Pacibo

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It describes what an object derived from it will be, but is a completely separate entity from the object itself. In other words, classes can be described as blueprints, descriptions, or definitions for an object.

OOP

Method

Class

Return types

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It is a collection of statements that are grouped together to perform an operation.

OOP

Method

Class

Return types

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A programming style in Java and other programming languages intends to make thinking about programming closer to the real world.

OOP

Method

Class

Return types

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It is basically variables within a class.

Attributes

Methods

Calling Methods

Return types

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Access modifiers that is accessible only within the declared class itself.

public

default

protected

private

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Access modifiers that is accessible from any other class.

public

default

protected

private

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Access modifiers that provides the same access as the default access modifier, with the addition that subclasses can access protected methods and variables of the superclass.

public

default

protected

private

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?