What are the types of inheritance in python?
Answer / Ashutosh Pratap Singh
In Python, there is only one type of inheritance, known as Single Inheritance. It means a class can inherit attributes and methods from only one parent class.
| Is This Answer Correct ? | 0 Yes | 0 No |
post me some questions from pythom script
How do I know my python version?
Write program to find the common elements from two sets?
How useful is python?
How do you check if a string contains a substring in python?
Is notepad ++ good for python?
What is a control flow statement?
How do python thread safe?
Explain all the file processing modes supported by python?
What are the two modes of python?
What is pip command in python?
What’s the difference between raw_input() and input() in python3.x?