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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Does the order of public and static declaration matter in main method?

1113


What is the major difference between linkedlist and arraylist?

1120


What will happen if a thrown exception is not handled?

1090


What do you understand by an io stream?

1105


How do you check if an arraylist is not empty?

1187


How can we pass argument to a function by reference instead of pass by value?

1159


Write code to implement bubble sort in java?

1049


List some oops concepts in java?

1089


is there a separate stack for each thread in java? : Java thread

1034


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

1101


What does indexof mean?

1105


How do you represent a space in regex java?

1066


What is the purpose of the file class in java programming?

1095


What is the loop in java?

1228


What do negative exponents mean?

1109