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 purpose of abstract class?



What is the purpose of abstract class?..

Answer / Deepti Kapoor

An abstract class in Java is a class that cannot be instantiated and must be subclassed by other classes. Its primary purpose is to provide a common base for multiple related classes, sharing their properties and behaviors while allowing each derived class to define its own specific implementation of certain methods. Abstract classes can contain both concrete and abstract (i.e., unimplemented) methods, with the intention that derived classes will complete the implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How long will it take to learn java?

1 Answers  


What is double checked locking in singleton?

1 Answers  


Can we extend singleton class in java?

1 Answers  


Difference between array and arraylist.

23 Answers   Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,


What is the default initialized value of a boolean type variable?

3 Answers  


Do you know thread pools?

0 Answers   BMC,


Define packages in java?

1 Answers  


What is difference between variable declaration and definition?

1 Answers  


What is a method in coding?

1 Answers  


Why to give the file name same as the public class name in java?

3 Answers  


What is thread synchronization in java?

1 Answers  


What is parameter tag and what is its use?

1 Answers  


Categories