Answer Posted / niranjanravi
Abstract class is a class which contains atleast one
abstract method in it.OTHER methods maybe abstract or
concrete.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is difference between identifier and variable?
What is mean by encoding?
Is null false in java?
Can we assign integer value to char in java?
Do you need to import math in java?
What's the access scope of protected access specifier?
What is method in research paper?
Why are there no global variables in java?
What do you understand by java?
What is string in java with example?
Define jre i.e. Java runtime environment?
What is the use of flag?
When throws keyword is used?
Can you pass by reference in java?
Can we declare a class as abstract without having any abstract method?