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 is inheritance?

Answer Posted / sri

Inheritance is a type of relationship among classes, wherein
one class shares the structure or behaviour defined in one
(single inheritance) or more (multiple inheritance) other
classes. Inheritance defines a "kind of" hierarchy among
classes in which a sub class inherits from one or more
super-classes; a sub-class typically augments or redefines
the existing structure and behaviour of its super-classes.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the rationale behind object oriented concepts?

1285


What is the difference between class inheritance and interface inheritance?

1091


Why is java not fully objective oriented?

1061


State two differences between an object and a class.

1114


Explain basic concepts of OOPS?

908


What is difference between encapsulation and abstraction?

996


Why is class hierarchies managed in object-oriented programming?

977


What are the problems faced by the developer using object oriented programming language?

962


How many methods do u implement if implement the serializable interface?

956


Why dynamic binding is used in object-oriented programming?

1085


What is the use of interface?

1063


Differentiate between overloading and overriding.

1108


Write a program to show the inheritance used in a class.

972


Why is C not an OOP language?

1018


Can you create an instance of an interface?

1051