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 a nonetype?
What are the different types of sorting in java?
What function extracts specified characters from a string?
Why java strings are immutable in nature?
What is append in java?
What are the differences between abstract class and interface?
What is printwriter in java?
Why is inheritance used in java?
What is the difference between stringbuffer and stringbuilder?
How do you find the maximum number from an array without comparing and sorting?
What is the difference between member variables initialization and assignment in a constructor?
List the different types of classloaders in java.
what is recursion in java
What is string manipulation?
What is the covariant return type?