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 isan abstract class and when do you use it?

Answer Posted / hrpynux@gmail.com

An abstract class allows you to create functionality that subclasses can implement or override. An interface only allows you to define functionality, not implement it. And whereas a class can extend only one abstract class, it can take advantage of multiple interfaces.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a java program have 2 main methods?

1098


What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

1026


How do you do a line break in java?

1082


What is flag in python?

1081


Implement two stacks using a single array.

1106


what is thread? What are the high-level thread states? : Java thread

1326


What interface is extended by awt event listeners?

1102


Tell us something about an iterator.

1008


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

1048


What are the advantages of java?

1036


What are access specifiers available in java?

1059


What is a priority queue java?

1036


Can we create constructor in abstract class ?

1113


What are the object and class classes used for?

1090


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

1028