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

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

University

9 Qs

quiz-placeholder

Similar activities

Chapter 1

Chapter 1

University

12 Qs

The OOP Quiz

The OOP Quiz

University

10 Qs

CSC 306 Module 3 Assessment

CSC 306 Module 3 Assessment

University

13 Qs

DesignPatterns

DesignPatterns

University

9 Qs

BINARY BRAINS

BINARY BRAINS

University

10 Qs

IT Quiz Round 3

IT Quiz Round 3

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

AP CSA Inheritance Polymorphism

AP CSA Inheritance Polymorphism

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