Ask Questions & Get Answers at ibibo sawaal

How does Java inheritance work?  

Asked in Computers & Technology at 8:37 AM on June 26, 2008

Tags: java, inheritance, work

! This question is closed
Report abuse
rocky singh
rocky singh
Profile | Q&A

Related Search

 

How does Java inheritance work?

Java Inheritance defines an is-a relationship between a superclass and its subclasses. This means that an object of a subclass can be used wherever an object of the superclass can be used. Class Inheritance in java mechanism is used to build new classes from existing classes. The inheritance relationship is transitive: if class x extends class y, then a class z, which extends class x, will also inherit

Posted in Computers & Technology by rocky singh at 2:07 PM on June 26, 2008
Editor's Pick

Ask a Question

160
   Ask now

Categories

sawaal signature
sawaal free visiting card
All time Top Experts in Computers & Technology
121734 pts
45751 pts
36995 pts
35555 pts
32215 pts

View All