If Same Message Is Passed To Objects Of Several Different #64
If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 OOPs Concept & Features - OOPs MCQ: Polymorphism - Quiz No.1.
If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?
Inheritance
Overloading
Polymorphism
Overriding