OOP Java

OOP Java

12th Grade

20 Qs

quiz-placeholder

Similar activities

Abstraction and OO principles

Abstraction and OO principles

12th Grade

18 Qs

Java Packages

Java Packages

12th Grade

20 Qs

AP CSA Review 1 / - 3-27

AP CSA Review 1 / - 3-27

9th - 12th Grade

20 Qs

Pra-PSPM SC025(F04)

Pra-PSPM SC025(F04)

12th Grade

24 Qs

C5 Web Tech Quiz 1 (Practice)

C5 Web Tech Quiz 1 (Practice)

10th - 12th Grade

20 Qs

Java, part I

Java, part I

11th Grade - University

20 Qs

Java Fundamentals

Java Fundamentals

12th Grade

24 Qs

TN +2 LESSON 3 - SCOPING

TN +2 LESSON 3 - SCOPING

12th Grade

15 Qs

OOP Java

OOP Java

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Michael Rey Bermillo

Used 395+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It is a programming paradigm based upon the concept of procedure calls, in which statements are structured into procedures (also known as subroutines or functions).

Object-Oriented Programming

Logical Programming

Procedural Programming

Functional Programming

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In this framework, all real-world entities are represented by Classes.

Functional Programming

Logical Programming

Object-Oriented Programming

Procedural Programming

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following creates an object of Main class?

Main obj = new Main;

Main obj = new Main();

Main obj = new Mian();

Main obj == new Main();

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the complete syntax of creating a class?

public class Main { }

public class Main() { }

public class Main

public class Main()

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Another term for variable within a class

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Methods are declared within a class.

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

static void myMethod(){ }

What is the name of the method?

static void myMethod

void myMethod

static myMethod

myMethod

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?