OOP Java

OOP Java

12th Grade

20 Qs

quiz-placeholder

Similar activities

Inheritance in python

Inheritance in python

9th - 12th Grade

15 Qs

C# Quiz

C# Quiz

9th - 12th Grade

22 Qs

Programing fundamental

Programing fundamental

12th Grade

20 Qs

AP CSA Unit 2 Review

AP CSA Unit 2 Review

9th Grade - University

22 Qs

AQA OOP Programming

AQA OOP Programming

10th - 12th Grade

25 Qs

002_Java Methods

002_Java Methods

12th Grade - University

15 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Quiz 1

Quiz 1

12th Grade

20 Qs

OOP Java

OOP Java

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Michael Rey Bermillo

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