OOP Concepts Quiz

OOP Concepts Quiz

University

7 Qs

quiz-placeholder

Similar activities

HTML Essentials Quiz

HTML Essentials Quiz

University

11 Qs

Understanding CRC Cards and Noun-Verb Analysis

Understanding CRC Cards and Noun-Verb Analysis

University

10 Qs

Alprog Pert 12

Alprog Pert 12

University

8 Qs

Asistensi Praktikum SBD Week #5

Asistensi Praktikum SBD Week #5

University

7 Qs

introduction to HTML5

introduction to HTML5

University

9 Qs

Fundamentos de Programación en Python

Fundamentos de Programación en Python

6th Grade - University

10 Qs

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING

University

10 Qs

Understanding Data Structures

Understanding Data Structures

University

12 Qs

OOP Concepts Quiz

OOP Concepts Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ryan Cuevas

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In Object-Oriented Programming, these serve as blueprint for creating objects.

Variable

Variables

Attribute

Attributes

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In Object-Oriented Programming, these pertain to real-world entities.

Object

Objects

Methods

Method

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

These define the characteristics of objects in Object-Oriented Programming.

Attribute

Class

Classes

Attributes

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

These are actions to be performed in OOP.

Methods

Method

Object

Objects

5.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

What is the format in declaring a class in an OOP program? Write your answer in small letters.

6.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

What is the format in declaring an object in an OOP program? Write your answer in small letters.

7.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

What is the format in displaying the attribute associated with an object in an OOP program? Write your answer in small letters.