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
Explain about features of local inner class?
What are user defined exceptions?
What is scope & storage allocation of global and extern variables? Explain with an example
What are the advantages of compiled language?
What are the advantages of packages in java?
What is a constructor overloading in java?
What is an abstract method in java programming?
Explain the Propertie sof class?
Can we override a variable in java?
What does localhost mean?
Can you override private or static method in java?
What is java util hashmap?
What is the driver class?
Java is Pass by Value or Pass by Reference?
What are the uses of java?