

InterviewSolution
Saved Bookmarks
1. |
Overriding means changing behaviour of methods of derived class methods in the base class.(a) True(b) FalseThis question was posed to me at a job interview.I would like to ask this question from Polymorphism in portion Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python |
Answer» The CORRECT option is (b) False |
|