Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / chellammal
No. It is not compulsory that an abstract class
should have atleast one abstract method.
One can declare a class as abstract still with full
implementation of methods. This avoids the instantiation
the class
| Is This Answer Correct ? | 34 Yes | 7 No |
Post New Answer View All Answers
How can I debug the Java security exceptions and AccessControlExceptions?
Is .net better than java?
When will you define a method as static in Java?
State the difference between strings and arrays.
What is a website container?
Why we do exception handling in java and how many types of exceptions are there?
How is it possible for two string objects with identical values not to be equal under the == operator?
What are the 3 types of loops in java?
Is heap stored in ram?
What state does a thread enter when it terminates its processing in java programming?
How would you dynamically allocate memory to an array?
What is the difference between heap memory and stack memory?
Can we override singleton class?
What is the purpose of return statement?
What is the difference between static and global variables and also define what are volatile variables?