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 / vamsi

Abstract method means means it does n't have any
implementation.

Interface contains 0 or more abstract methods

Abstract class contains abstract methods as well as general
methods.
If any of any of the class that extends the abstract class
does n't implement some of the methods , it will be marked
as abstract.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is == in java?

1022


What do you mean by global variable?

953


What is the difference between yielding and sleeping in java programming?

1162


I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?

1015


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1088


Is arraylist a class in java?

1070


What is the impact of declaring a method as final?

1019


When arithmeticexception is thrown?

1034


What is the difference between class & object?

1019


Is main a keyword in java?

980


What is the difference between call by reference and call by pointer?

968


What type of value does sizeof return?

1012


What's a method in programming?

1081


Which class is the superclass for every class in java programming?

1000


What is tcp and udp?

1018