Skip to content

Object-Oriented Programming (OOP)

Select the correct name for: the ability to define multiple methods with the same name but different parameters in a class.

Difficulty: Medium

About this MCQ

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

The question is: “Select the correct name for: the ability to define multiple methods with the same name but different parameters in a class.”

The accepted answer is C. Method overloading. Method overloading refers to the ability to define multiple methods with the same name but different parameters in a class.

Correct answer

C. Method overloading

Explanation

Method overloading refers to the ability to define multiple methods with the same name but different parameters in a 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