

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a type of inheritance?(a) Double-level(b) Multi-level(c) Single-level(d) MultipleI got this question during an interview for a job.I need to ask this question from Inheritance topic in section Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python |
Answer» The CORRECT answer is (a) Double-level |
|