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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a protected class in java?

548


Is null false in java?

714


What are the different ways of implementing thread? Which one is more advantageous?

544


Where is core java used?

588


What is difference between printf and scanf?

523






What is command line used for?

602


What is namespace in java?

550


Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)

859


Can a class be private in java?

555


What is main string [] args?

526


How do you compare two strings lexicographically?

546


How do you do math powers in java?

582


Differentiate between == and equals().

606


What is meant by vector class, dictionary class, hash table class, and property class?

689


Can we serialize singleton class?

541