Which Of The Following Best Describes Polymorphism #1123
Which of the following best describes polymorphism?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python OOPs - Python Polymorphism - Quiz No.1.
Which of the following best describes polymorphism?
Ability of a class to derive members of another class as a part of its own definition
Means of bundling instance variables and methods in order to restrict access to certain class members
Focuses on variables and passing of variables to functions
Allows for objects of different types and behaviour to be treated as the same general type