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 explain the difference b/n abtract and interface
with a good example,?In what cases we have use abtract and
what case interface?

Answer Posted / nt.jayan

Interface contains final variable and method signatures
only. All of this method and variable are should be public.
In Technically interface like Pure Abstract class.

Abstract class contains both abstract method also may having
some method defination. When we want to use some of the
functionality in abstract we use Abstract class.

Also, By using Interface we achieve multiple inheritence
using Implements. When we use Abstract class we can extends
only.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between arraylist and linkedlist in java?

1027


How many bits are in a sentence?

1266


What is a 16 bit word?

1072


Which language is java?

1027


How much ram can a 64 bit processor theoretically?

965


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

1115


Why is the main method declared static?

1181


What is unicode in java?

987


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2896


Difference between string, stringbuffer and stringbuilder?

1073


Is java owned by oracle?

1075


What is the use of set in java?

1185


What is hash code collision?

1105


What is string in java with example?

1113


Can we have any code between try and finally blocks?

1073