การเขียนโปรแกรมเชิงวัตถุ

การเขียนโปรแกรมเชิงวัตถุ

University

9 Qs

quiz-placeholder

Similar activities

The OOP Quiz

The OOP Quiz

University

10 Qs

FOP - CHAPTER 8

FOP - CHAPTER 8

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

ISPFL1 Midterm Quiz #3

ISPFL1 Midterm Quiz #3

University

10 Qs

Java Interface Quiz

Java Interface Quiz

University

9 Qs

Classes

Classes

University

9 Qs

SKIP1103 TOPIC 1: INTRODUCTION TO OBJECT-ORIENTED CONCEPT

SKIP1103 TOPIC 1: INTRODUCTION TO OBJECT-ORIENTED CONCEPT

University

12 Qs

JAVA FOR ANDROID-JAVA

JAVA FOR ANDROID-JAVA

University

10 Qs

การเขียนโปรแกรมเชิงวัตถุ

การเขียนโปรแกรมเชิงวัตถุ

Assessment

Quiz

Computers

University

Medium

Created by

Alex Zaldivar

Used 119+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Real-world objects contain ___ and ___.

state

behavior

attributes

methods

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A software object's state is stored in ___.

encapsulation

inheritance

polymorphism

fields

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A software object's behavior is exposed through ___.

methods

encapsulation

abstraction

inheritance

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hiding internal data from the outside world, and accessing it only through publicly exposed methods is known as data ___.

inheritance

polymorphism

abstraction

encapsulation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A blueprint for a software object is called a ___.

object

program

API

class

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Common behavior can be defined in a ___ and inherited into a ___ using the ___ keyword.

class

subclass

superclass

extends

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A collection of methods with no implementation is called an ___.

block code

comment

interface

blue print

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A namespace that organizes classes and interfaces by functionality is called a ___

package

program

output

complied

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term API stands for ___?

Application Package Interface

Application Programming Interface

Abstraction Package Implementation

Abstraction Programming Interface