Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / geetha
yes,whenever a class is defined as an abstract it should
have atleast one method as an abstract
| Is This Answer Correct ? | 5 Yes | 20 No |
Post New Answer View All Answers
What are the advantages of assembly language?
What are the characteristics of Final,Finally and Finalize keywords.
Difference between abstract and concrete class ?
What are encapsulation, inheritance and polymorphism?
How to check if a list is sorted in java?
What is the default execution method in java?
What is backdrop?
Which of the following is not an isolation level in the JDBC
Differentiate between postfix and prefix operators in java.
Why there is no call by reference in java?
Can a class be defined inside an interface?
Which methods are used during serialization and deserialization process?
What is jit and its use?
what happens when a thread cannot acquire a lock on an object? : Java thread
List any five features of java?