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 an exception? difference between Checked and Unchecked exception in Java
What happens when heap memory is full?
Explain the JDB in depth & command line.
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Which is the best sorting technique in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Name few "optional" classes introduced with java 8 ?
What is the difference between an inner class and a sub-class?
What is a local block?
Why main method is called first in java?
What is the purpose of using break in each case of switch statement?
Why Java is not pure Object Oriented language?
Are there structures in java?
What are thread groups?
Explain about the performance aspects of core java?