OOP Concepts Quiz

OOP Concepts Quiz

University

7 Qs

quiz-placeholder

Similar activities

Backend Development

Backend Development

University

10 Qs

Java_Quiz_Part_2

Java_Quiz_Part_2

University

12 Qs

SQL Basics Quiz

SQL Basics Quiz

University

10 Qs

AverageRound

AverageRound

University

10 Qs

POST-TEST

POST-TEST

University

10 Qs

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING

University

10 Qs

Understanding Data Structures

Understanding Data Structures

University

12 Qs

OOP-Q1

OOP-Q1

University

10 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.