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...


Can a class be a super class and a sub-class at the same time? Give example.



Can a class be a super class and a sub-class at the same time? Give example...

Answer / hrindows@gmail.com

If there is a hierarchy of inheritance used, a class can be a super class for another class and a sub-class for another one at the same time.
In the example below, continent class is sub-class of world class and it’s super class of country class.
public class world {
..........
}
public class continenet extends world {
............
}
public class country extends continent {
......................
}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is difference overloading and overriding?

0 Answers   Cyient,


Are generics important java?

0 Answers  


Why call by value prevents parameter value change?

0 Answers  


transaction attributes ?

2 Answers  


What checkbox method allows you to tell if a checkbox is checked?

0 Answers  


Why is java called the platform independent programming language?

0 Answers  


How many characters is 2 bytes?

0 Answers  


Can we overload final method in java?

0 Answers  


What is the difference between Trusted and Untrusted Applet ?

2 Answers   IBM,


Is intellij better than eclipse?

0 Answers  


What are the two major components of JDBC?

5 Answers   CMC, Mind Tree,


Is java util list serializable?

0 Answers  


Categories