Can i have abstract class with no abstract methods?
Answer Posted / venkatesh
No, We can't create abstract class without abstract method
abstract class must have atleast one abstract method
| Is This Answer Correct ? | 19 Yes | 142 No |
Post New Answer View All Answers
Difference between current previous versions of Java?
Explain the importance of import keyword in java?
What is the purpose of sizeof operator?
What is the difference between access specifiers and access modifiers in java? 16
What is a instance variable?
Define max and min heap, also the search time of heap.
Define how objects are stored in java?
How can you handle java exceptions?
What is the original name of java?
What are methods of a class?
What is difference between identifier and variable?
Tell me about different OOPS concepts.
What are the string methods in java?
For class CFoo { }; what default methods will the compiler generate for you>?
what is thread? : Java thread