🎴 Flashcard Mode
OOP (UGC/NET)
Card1 / 8
Mastered0
Review0
QuestionClick to flip
Which of the following features in OOP means a function can take multiple forms based on the type of arguments, number of arguments and data type of return value?
AnswerClick to flip back
A
Polymorphism
💡 Explanation:
This feature in OOP means a function can take multiple forms based on the type of arguments, number of arguments and data type of return value.