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


Class A extends Class B but Class A also inherit Super Class
Object so it is multiple inheritence give reason in support of
your answer

Answers were Sorted based on User's Feedback



Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence ..

Answer / srinivas

class A extends class B so that class A points the object
of object class through class B object. there fore it will
be called as maltilevel inheritence but not multipul
inheritence.

Is This Answer Correct ?    10 Yes 2 No

Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence ..

Answer / sandhya reddy

For every class, Object class is the super class.
class A extends class B and at the same time class A is sub
class of object class and super class of class B. But class
B is only sub class of Class A. SO here MultiLevel
Inheritance is happening not multiple inheritance happen.

Is This Answer Correct ?    1 Yes 1 No

Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence ..

Answer / skpttanayak

How come classs A be super class of class B dear...Class b
is not the subclass here...but superclass.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What are the steps involved to write rmi based programs?

0 Answers  


What is a variable analysis?

0 Answers  


what is the difference between statis block and static variable

7 Answers  


Is java se open source?

0 Answers  


Why do we use variables?

0 Answers  


What is the covariant return type?

0 Answers  


What is a Wrapper class?

14 Answers  


What are Access Specifiers and Access Modifiers.

6 Answers   TCS,


Can we increase size of array?

0 Answers  


What is substring in java?

0 Answers  


Explain about interrupt() method of thread class ?

0 Answers  


Categories