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
Can abstract class have private constructor?
What is difference between path and classpath?
What is lexicographically smallest string?
What is the static field modifier?
How do you compare arrays in java?
What is volatile keyword in java
How do you sort a string in alphabetical order in java?
How many types of classes are there in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
Who is founder of java?
What do you mean by multithreaded program?
Can we declare the main method of our class as private?
What is a final class in java?
Explain different forms of polymorphism?
Explain different ways of creating a thread?