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

what is difference between interface and abstract class..?

Answer Posted / vinod kumar

Abstract: The members of abstract class is implemented
immediately in next class and the methods of abstract class
is blank.. as follows
abstract clas A
{
static void example();
static void ex1();
}
Interface: interface class can be implemented in other
program also....

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if I remove static from main method?

1055


Explain about main() method in java ?

1117


Can we print null in java?

1103


What is the use of static methods?

1095


Why is java called java?

1102


What is array and arraylist in java?

1169


What is an example of procedure?

1110


Can we overload run() method in java?

1266


Why declare Main() method as a static in java ?

1124


Explain the pointers in Java?

1107


Write a java program to print fibonacci series?

1007


List out benefits of object oriented programming language?

946


Distinguish between a predicate and a function?

1046


Detail discussions on JVM, memory management and garbage collector.

1032


What is array pointers ?

1086