Object-Oriented Programming

Object-Oriented Programming

1st - 2nd Grade

8 Qs

quiz-placeholder

Similar activities

CSS10

CSS10

1st - 3rd Grade

10 Qs

FUNCIONAMIENTO Y CLASIFICACION DE TABLETS

FUNCIONAMIENTO Y CLASIFICACION DE TABLETS

1st - 5th Grade

12 Qs

BAJA DE SVA

BAJA DE SVA

1st - 3rd Grade

7 Qs

JAVA-STRINGS-VLITS

JAVA-STRINGS-VLITS

1st Grade

13 Qs

AWS

AWS

KG - 12th Grade

9 Qs

AppsLab_Q3

AppsLab_Q3

1st Grade - Professional Development

12 Qs

PROGRAMACION MODULAR DE VECTORES Y MATRICES

PROGRAMACION MODULAR DE VECTORES Y MATRICES

1st - 5th Grade

10 Qs

HERRAMIENTAS VIRTUALES

HERRAMIENTAS VIRTUALES

1st - 11th Grade

5 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;