can abstract class have constructor how can you achive
this ?
Answer Posted / rajasekharreddy.y
Yes abstract class must have the constructor, these
constructor we can achive by creating the instance of the
concreate subclass of the abstract class.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is a package in java? List down various advantages of packages.
How does finally block differ from finalize() method?
What does function identity () do?
What is meant by main method?
How do you clear an arraylist in java?
Why is logger singleton?
What is the difference between serial and throughput garbage collector?
Can you inherit a constructor java?
What is argument in java?
What do you understand by synchronization?
What is main function purpose?
How many bytes is a char in java?
What is collection sort in java?
What is java used for on a computer?
Explain reverse a linked list recursive java solution?