Can i have abstract class with no abstract methods?
Answer Posted / abhinav
yes we can have abstract classwithout abstract method only
if it has been inherited by another abstract class thats is
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is encapsulation in java?
How to calculate the length of a singly linked list in java?
What is parsing in java?
What is string literal in java?
How to check if linked list contains loop in java?
What is string args [] in java?
What are the 6 boolean operators?
What are keywords in java?
How do you create a method in java?
Explain the concept of proper inheritance?
what is the swingutilities.invokelater(runnable) method for? : Java thread
How do you check if a string is lexicographically in java?
What is an immutable object? How do you create one in java?
What is meant by data hiding/encapsulation?