Answer Posted / shan
An abstrct class is a class which contains special property
than ordinary class.
An abstarct class contains atleast one abstract method
which will be left to its subclass to implement.
An abstract class defines some common properties to its
subclass
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the best way to findout the time/memory consuming process?
What is variable explain with example?
What is a nested structure?
how to open and edit XML file in Weblogic???
How do you declare an empty string?
What does java se mean?
What are the important methods of java exception class?
why java uses class level type casting ?
What if I write static public void instead of public static void in java?
What are the parts of a method?
What is the output of the below java program?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What does += mean in java?
Which sorting algorithm is best in java?
What is a parent class in java?