OOP Java

OOP Java

12th Grade

20 Qs

quiz-placeholder

Similar activities

Python lesson 3 (Tkinter)

Python lesson 3 (Tkinter)

6th - 12th Grade

25 Qs

CSS Selectors

CSS Selectors

9th - 12th Grade

20 Qs

Memahami PBO

Memahami PBO

11th Grade - University

15 Qs

XII Computer Datastructures 2023

XII Computer Datastructures 2023

9th - 12th Grade

20 Qs

Java Fundamentals

Java Fundamentals

12th Grade

24 Qs

SC025 UPS 1

SC025 UPS 1

12th Grade

15 Qs

DPK OOP

DPK OOP

12th Grade

25 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

OOP Java

OOP Java

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Michael Rey Bermillo

Used 410+ 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?