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

WAP to illustrate the use of interface

Answer Posted / siva mukesh

interface inf1
{
void show();
}
class Derived implement inf1
{
void show1()
{
S.o.p("Derived class method");
}
public void show()
{
S.o.p("Interface method");
}
}
class infdemo
{
p.s.v.m(String args[ ])
{
Derived d1= new Derived();
d1.show();
d1.show1();
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you find the absolute value?

1107


What is the use of object and class classes?

1078


Is java owned by oracle?

1075


What is hasnext in java?

1066


What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

1036


Which is the best approach for creating thread ?

1272


How do you convert bytes to character in java?

1053


Is it possible to use string in the switch case?

1101


What do the thread?class methods run() and start() do?

1076


How to retrieve data from database in java using arraylist?

1105


Give a brief description of java socket programming?

1006


if u open login & logout ,how can udisplay the timelogin & logout members ?

2323


What is t in generics in java?

1134


What do you mean by compiler?

1098


What is thread life cycle?

1030