Can i have abstract class with no abstract methods?
Answer Posted / kamruddin
an abstract class contain the abstract methods and concerete
method
Abstract method:- are those method which have no body.
concrete Method:- are those method which have a body.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Describe the various concepts related to object oriented programming (oop).
What class allows you to read objects directly from a stream?
Why is the singleton pattern considered to be an anti pattern?
Why do we need strings in java?
List some oops concepts in java?
Can private class be inherited in java?
Is java a compiler?
How to sort elements in a parallel array in java?
Does a class inherit the constructors of its superclass in java programming?
Is null a string in java?
What is an escape character in java?
Why does my function print none?
What are streams?
Can we have multiple classes in single file ?
Explain the difference between abstract classes and interfaces in java?