What is an abstract class?

Answer Posted / sundar m

Abstract class is a restricted class that cannot be used to create objects
It is the class which the "abstract" keyword is used to create the abstract class and this was implemented for the user simplicity and the abstract method cannot contain the body
The abstract class must be inherit from another class

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is java located?

761


What is cr keyboard?

872


How are this() and super() used with constructors in java programming?

794


What is meant by binding in rmi?

804


FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

3008


Can you override a final method?

805


What an i/o filter in java programming?

808


What is parameter example?

791


How is final different from finally and finalize?

702


Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..

2080


Which is bigger float or double?

773


What is basic syntax?

775


Can you give few examples of final classes defined in java api?

800


What is the benefit of using enum to declare a constant?

886


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

740