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
Explain the different forms of polymorphism?
What is array pointers ?
What is the format specifier?
What value is a variable of the string type automatically initialized?
Can you achieve runtime polymorphism by data members?
What is the advantage of functional interface in java 8?
How to declare objects of a class ?
What are class members by default?
What is the purpose of skeleton and stub?
Why java is considered as platform independent?
What is the benefit of abstract class?
What is an argument java?
What is string in java with example?
how many types of Inheritance?
Is map sorted in java?