Skip to content

Object-Oriented Programming (OOP)

What is the name for an instance of a class that contains actual values for the properties defined by the class?

Difficulty: Easy

About this MCQ

This Easy Object-Oriented Programming (OOP) MCQ checks one syllabus fact.

The question is: “What is the name for an instance of a class that contains actual values for the properties defined by the class?”

The accepted answer is D. Object. Object refers to an instance of a class that contains actual values for the properties defined by the class.

Correct answer

D. Object

Explanation

Object refers to an instance of a class that contains actual values for the properties defined by the class.

Source: Object-Oriented Programming (OOP) Official Reference Guide

Tags: computer science, oop, object-oriented programming, software design

Submitted by: MCQsHub Editorial

Related MCQs

More Object-Oriented Programming (OOP) MCQs