Object-Oriented Programming

Object-Oriented Programming

1st - 2nd Grade

8 Qs

quiz-placeholder

Similar activities

FINAL ROUND-QUIZ BEE

FINAL ROUND-QUIZ BEE

1st Grade

10 Qs

1.	Introduction to Scratch Interface and Movement

1. Introduction to Scratch Interface and Movement

1st Grade

10 Qs

Parts of the MS PowerPoint User Interface (Image)

Parts of the MS PowerPoint User Interface (Image)

2nd Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

Computer Hardware - Storage Devices

Computer Hardware - Storage Devices

2nd - 12th Grade

11 Qs

TIK Kelas VIII

TIK Kelas VIII

2nd Grade

10 Qs

Introduction to Computer Systems 2

Introduction to Computer Systems 2

KG - University

12 Qs

OSI LAYER

OSI LAYER

KG - Professional Development

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;