Is python a single inheritance?



Is python a single inheritance?..

Answer / Surendra Singh Laspal

Python supports multiple inheritance, but it is also possible to create a single inheritance hierarchy by using the super() function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Can you sort a set in python?

1 Answers  


Explain the use of decorators?

1 Answers  


Does python have overloading?

1 Answers  


How do I run a python file in python shell?

1 Answers  


Which operator will be helpful for decision making statements?

1 Answers  


What are built-in types of Python?

3 Answers  


What does the enum function in python do?

1 Answers  


What are the differences between c and python?

1 Answers  


Does apple use python?

1 Answers  


What is the script in python?

1 Answers  


What are the tools that help to find bugs or perform analysis?

1 Answers  


How can you make a python script executable on unix?

1 Answers  


Categories