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 you write Java code for declaration of multiple
inheritance in Java ?

Answer Posted / vikas jaiswal

mainly there is no multiple inheritance in java...
but we can make our program to work like multiple inheritance and it is possible via interface..

interface is blue print of class,it is used to achieve fully abstraction and multiple inheritance in java.

java compiler adds public and abstract keyword before the interface method and public static and final keyword before data members.you can see this via decompile the class.

an interface extends another interface.

class MyClass implements MyInterface1,MyInterface2{}
OR
class MyClass extends ParentClass implements MyInterface1{}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to show synchronization?

1088


Can I import same package/class twice? Will the jvm load the package twice at runtime?

1084


What modifiers may be used with an inner class that is a member of an outer class?

1004


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

1004


Why use POJO when I can use hashmap

2590


whats is mean by connectionpooling

1959


For which statements does it make sense to use a label?

1016


Which containers use a border layout as their default layout?

1075


How to pass parameters in RMI?

2222


Is jvm a overhead?

1035


What value does readline() return when it has reached the end of a file?

1034


What is the argument type of a programs main() method?

1064


Do we need to override service() method

1658


What is a policy?

2242


What is metaspace?

977