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
What is floating data type?
what is mena by object block any what is the use of that
What do you mean by hashing?
What are the differences between this and super keyword?
Write a program to print fibonacci series up to count 10.
What is the difference between a choice and a list?
How do you reverse sort a list in java?
How do you achieve singleton?
Can you give few examples of final classes defined in java api?
What does a void function return?
Is array synchronized in java?
What is difference between stringbuffer and string?
What is the disadvantage of java?
What is a package in java? List down various advantages of packages.
Define linked list and its features with signature?