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

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

University

9 Qs

quiz-placeholder

Similar activities

OOP Module 3 Tutorial (Quiz)

OOP Module 3 Tutorial (Quiz)

University

10 Qs

OOP Kuiz 1

OOP Kuiz 1

University

12 Qs

Java Interfaces

Java Interfaces

University

10 Qs

DesignPatterns

DesignPatterns

University

9 Qs

JAVA FOR ANDROID-JAVA

JAVA FOR ANDROID-JAVA

University

10 Qs

OBJECT ORIENTED PROGRAMMING WITH JAVA

OBJECT ORIENTED PROGRAMMING WITH JAVA

University

10 Qs

The OOP Quiz

The OOP Quiz

University

10 Qs

OOP Terms and Concepts

OOP Terms and Concepts

10th Grade - 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