Object-Oriented Programming

Object-Oriented Programming

1st - 2nd Grade

8 Qs

quiz-placeholder

Similar activities

Hari 2 - Kuis Perkenalan AI dan Stratch

Hari 2 - Kuis Perkenalan AI dan Stratch

1st Grade

10 Qs

JAVA-STRINGS-VLITS

JAVA-STRINGS-VLITS

1st Grade

13 Qs

Introduction to Computer Systems 2

Introduction to Computer Systems 2

KG - University

12 Qs

quiz 7

quiz 7

1st - 3rd Grade

10 Qs

COM 211

COM 211

1st - 10th Grade

10 Qs

Quis PBO - Tek Informatika - D3 XVI

Quis PBO - Tek Informatika - D3 XVI

1st - 2nd Grade

10 Qs

AWS

AWS

KG - 12th Grade

9 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

Object-Oriented Programming

Object-Oriented Programming

Assessment

Quiz

Computers

1st - 2nd Grade

Medium

Created by

Neil Henessy Cuare

Used 50+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Also known as the library. It is a collection of related classes and interfaces that have been grouped together into a folder.

Class

Inheritance

Interface

Package

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The extends keyword is used. This is the process of getting properties from one class to another - one way of organizing classes.

Class

Inheritance

Interface

Package

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It has characteristics or attributes. The values of an object's attributes give the object a state.

Object

Class

Inheritance

Interface

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program component that contains the heading for a number of public methods.

Object

Class

Inheritance

Interface

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It defines a kind of object; it is a blueprint for defining the object.

Object

Class

Inheritance

Interface

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The programming methodology that defines objects whose behavior and interactions accomplish given task.

Orient-Object Programming

Oriented-Object Programming

Object-Oriented Programming

Object-Object Programming

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An interface is used by another class through the ________ keyword.

gives

provides

implements

orders

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Package used to scan input from the user.

import java.util.Scan;

import java.util.*;

import java.util.Get;

import java.util.Scanner;