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
Where is java located?
What is cr keyboard?
How are this() and super() used with constructors in java programming?
What is meant by binding in rmi?
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?
Can you override a final method?
What an i/o filter in java programming?
What is parameter example?
How is final different from finally and finalize?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
Which is bigger float or double?
What is basic syntax?
Can you give few examples of final classes defined in java api?
What is the benefit of using enum to declare a constant?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?