Answer Posted / sitaram
abstract class is class. we can't create the instantiate the
object of abstract class. In abstract class contains
concrete and abstract methods.when ever we can implement the
abstract methods. The current class will extends the
abstract class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the topics in core java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What does split function do in java?
What are the two ways to create a thread?
What is a method in programming?
What is the r character?
What does n mean?
What are the wrapped, classes?
What are heterogeneous objects?
What is boolean flag in java?
How to access arraylist elements in java?
Why do people says “java is robust”?
Can I declare a class as private?
Why is multiple inheritance not supported in java?
Which collection is thread safe in java?