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

How dir() function is used in python?

1068


What is os module will do in python?

958


What statement is used in python if the statement is required syntactically but no action is required for the program?

814


Where will you use while rather than for?

1086


How do you clean pyc files?

820


What do you understand by *args and **kwarg python?

827


Since switch-case is not used in python – what are the replacements for switch statement in python?

874


What are the list methods in python?

861


What is GiL in python programming language?

952


What are the differences in the deep and shallow copy?

854


Write a program to create a class and make an object of the class in python?

866


What does truncate mean in python?

935


What does the function zip() do?

843


How to find the index of an item given a list containing it in python?

797


Explain about python break, continue and pass?

936