Skip to content

Object-Oriented Programming (OOP)

What does Abstract class refer to?

Difficulty: Hard

About this MCQ

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

The question is: “What does Abstract class refer to?”

The accepted answer is A. A class that cannot be instantiated on its own and may contain abstract methods to be implemented by subclasses.. Abstract class refers to a class that cannot be instantiated on its own and may contain abstract methods to be implemented by subclasses.

Correct answer

A. A class that cannot be instantiated on its own and may contain abstract methods to be implemented by subclasses.

Explanation

Abstract class refers to a class that cannot be instantiated on its own and may contain abstract methods to be implemented by subclasses.

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