Can i have abstract class with no abstract methods?
Answer Posted / arjun kumar
The class Abstract is defined as are used to declare common
characteristics of subclasses. It is used to provide a
template for concrete subclasses down the inheritance tree.
so we can't have abstract class with no abstract method
| Is This Answer Correct ? | 6 Yes | 24 No |
Post New Answer View All Answers
What is protected in java?
What do heavy weight components mean in java programming?
Describe what happens when an object is created in java ?
What do you mean by Hash Map and Hash Table?
describe synchronization in respect to multithreading? : Java thread
What is a vector in java?
Explain jdk, jre and jvm?
What is close method? How it's different from Finalize & Dispose?
What are the main features of java?
Can main() method in java can return any data?
how can you take care of mutual exclusion using java threads? : Java thread
What is stack example?
What is flag in python?
Is empty .java file name a valid source file name?
What is temp in java?