🎴 Flashcard Mode
SAS Programming Quiz
Card1 / 5
Mastered0
Review0
QuestionClick to flip
The same method name , same argumentlist But different return type is called as
AnswerClick to flip back
A
none
💡 Explanation:
In most programming languages like Java, methods with the same name and same argument list must have the same return type. Different return types alone do not constitute valid overloading or overriding - this creates ambiguity and is not allowed.