What do you mean by overriding methods?



What do you mean by overriding methods?..

Answer / Kshitij Kumar Pandey

In object-oriented programming, method overriding refers to a situation where a subclass provides its own implementation of a method that is already provided by its superclass.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are python namespaces?

1 Answers  


What is the purpose of the pythonstartup environment variable?

1 Answers  


What animals sleep the least?

1 Answers  


How is python better than c?

1 Answers  


What tools that helps python development do you know?

1 Answers  


Mention the use of // operator in Python?

1 Answers  


How does python handle compile-time and run-time code checking?

1 Answers  


What is the output of the below program?

1 Answers  


Where we can use else block in python programming?

1 Answers  


What is a docstring?

1 Answers  


Tell me what is the difference between xrange and range?

1 Answers  


What is a python module?

1 Answers  


Categories