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 is difference between an object and a class?
How do you use compareto method?
How can a gui component handle its own events?
What is the difference between class & object?
What are the legal parameters?
When parseint method can be used?
Describe the term diamond problem.
What isan abstract class and when do you use it?
What is an accessor?
What is the difference between length and length () in java?
What is bom encoding?
What is the different types of functions?
What is a functional interface?
Is array dynamic in java?
What is string and example?