Skip to content

Object-Oriented Programming (OOP)

Identify the correct definition of Super keyword.

Difficulty: Medium

About this MCQ

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

The question is: “Identify the correct definition of Super keyword.”

The accepted answer is C. A keyword used in a subclass to refer to members or methods of its immediate parent class.. Super keyword refers to a keyword used in a subclass to refer to members or methods of its immediate parent class.

Correct answer

C. A keyword used in a subclass to refer to members or methods of its immediate parent class.

Explanation

Super keyword refers to a keyword used in a subclass to refer to members or methods of its immediate parent 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