what is abstract method with example?
Answer Posted / srinivasa
A method without implementation
or
Abstract method does not contian the method body.It
contains method prototype . It is implemented in its sub
classes.
Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What are multiple inheritances? Is it supported by java?
What are the steps that are followed when two computers connect through tcp?
What do you mean by scope of variable?
Can you access the private method from outside the class?
How does java enable high performance?
Explain the importance of join() method in thread class?
What are the types of literals?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is the purpose of format function?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Can we extend singleton class?
How to sort array of 0 and 1 in java?
Explain jvm, jre, and jdk?
Explain the difference between the public, private, final, protected, and default modifiers?
How do you do absolute value in java?