Can i have abstract class with no abstract methods?
Answer Posted / sowju
yes we can have.Abstract class can have one or more abstract
and non abstract methods,but it must contain aleast one
abstract method.
| Is This Answer Correct ? | 6 Yes | 22 No |
Post New Answer View All Answers
What is boolean used for?
How do you use substring in java?
How is hashset defined in java?
What are the types of collections in java?
Can java program run without jre?
What is static method with example?
Explain about the select method with an example?
What is a parameter in matrices?
What is connection class in java?
What is data string?
Can we override the overloaded method?
How is hashcode calculated in java?
Mention the default values of all the elements of an array defined as an instance variable.
What is java argument list?
What happens if main method is not static?