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 an abstract class?

Answer Posted / prasviji143@gmail.com

abstract class is an incomplete class which contains incomplete and complete methods.

incomplete methods contains only the declaration and ended with semicolon (; )

To access the incomplete methods we need create a concrete class with the help of extends keyword.

In concrete class there will be method definitions for incomplete methods.

abstract class is known as superclass and concrete class as subclass.


In concrete class we can create the object and we can call the incomplete methods and execute the program.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by weak reference?

1061


What is the benefit of inner classes in java?

1137


What is the difference between a synchronized method and a synchronized block?

1122


What do you know about the garbate collector?

1079


What is port number in java?

1092


What java ide should I use?

1043


What is the significance of java packages?

1140


What is the function of java?

1052


What does += mean coding?

994


What is the use of set in java?

1180


What are parsers? Dom vs sax parser.

1105


What does the “static” keyword mean?

1163


Explain OOPs concept.

1147


What is currentthread()?

1055


What is methodological theory?

1033