OOP Concepts Quiz

OOP Concepts Quiz

University

7 Qs

quiz-placeholder

Similar activities

OOP-Q1

OOP-Q1

University

10 Qs

prgramming

prgramming

6th Grade - University

11 Qs

Java_Quiz_Part_2

Java_Quiz_Part_2

University

12 Qs

Data Mining Methodologies and Applications

Data Mining Methodologies and Applications

University

10 Qs

FGCT4025 Topic 4 - OOP in Java

FGCT4025 Topic 4 - OOP in Java

University

10 Qs

Introduction to Computer Programming

Introduction to Computer Programming

University

11 Qs

OOP - Quick Review

OOP - Quick Review

University

8 Qs

Understanding OOP Principles

Understanding OOP Principles

University

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