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 the difference between abstract class and
Interface?where we can use it in realtime projects?

Answer Posted / kala

1) if the class is abstract. this class con't instatiate any
object. if we that class implemented with interface, we can
instatiate object with respect interface methods.

2) if we extend that particular abstract class, we must be
implemented all those abstract methods in that class.
otherwise it will automatically become abstract class. in
interface, if we implements the interface not compalsory
implemented, we can use those class ref.

Is This Answer Correct ?    47 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two types of java programming?

1001


What is Hierarchy of exception?

1032


what is the difference between preemptive scheduling and time slicing? : Java thread

976


What is the use of optional ?

983


Tell me about different OOPS concepts.

957


What is complexity in java?

965


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

930


What are the advantages of autoboxing?

974


What mechanism does java use for memory management?

920


What is the difference between an object-oriented programming language and object-based programming language?

947


What is finalize()? Is finalize() similar to a destructor?

911


What is data type in java?

867


What is the purpose of sizeof operator?

981


Can inner class final?

1048


what is the significance of listiterator in java?

1029