Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the different types of inheritance in Python?

Answer Posted / nashiinformaticssolutions

Single inheritance: A derived class acquires the members of a single superclass.

many inheritance: A derived class inherits traits from many base classes.

Muti-level inheritance: base1 is the source of the derived class D1, whereas base2 is the source of D2.

Any child class can be inherited from a single base class using hierarchical inheritance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us what is module and package in python?

1043


Explain garbage collection with python?

967


What does while 1 mean in python?

840


What happens if we do not handle an error in the except block?

860


How dir() function is used in python?

1152


What does the *args do in python?

903


What do you mean by list comprehension?

1045


How can you pick a random item from a list or tuple in python?

982


What is the process of compilation and loading in python?

952


What is break in python?

845


Explain important characteristics of python objects?

879


Can we override a constructor?

934


Explain the database connection in python flask?

991


How can we make forms in python?

970


What is decorator in python?

902