About this document
Python and DBMS Assessment Questions by Raghuvaran is a document available to read on EtoBox.
The document contains questions about Python classes, inheritance, dictionaries, sets and exceptions. Some key points: - Question 4 tests inheritance and method overriding between two classes. The answer is C - the __init__ method of the parent class A gets invoked and displays "i from A is 60". - Question 5 also tests inheritance and method overriding, but between a parent and child class. The answer is again C - the __init__ method of the parent class A gets invoked and displays "i from B is 60". - Q
- Author
- Raghuvaran
- Language
- EN