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
How to sort array in descending order in java?
What is data and its types?
What does %d do in java?
What is :: operator in java 8?
State one difference between a template class and class template.
Is main a function?
What is a boolean flag in java?
Can you sort a string in java?
Can you declare the main method as final?
How to avoid memory leak in java?
Is java 9 released?
What is the replace tool?
What about member inner classes?
How do you create a reference in java?
Difference between object and reference?