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

how to split string in java?

1279


What is token in java?

1067


What does a void function return?

1056


How do you override a private method in java?

1027


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

1139


Can we use different return types for methods when overridden?

1059


How does varargs work in java?

1138


What is struts in java?

1089


Difference between abstract and concrete class ?

1261


Can we create an object of private class?

1021


How the metacharacters are different from the ordinary characters?

1063


What are the differences between heap and stack memory in java?

1100


What is a return in java?

1071


How do you sing an Applet ?

2504


Can I extend singleton class in java?

1150