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
Is array passed by reference in java?
How can we run a java program without making any object?
What do you mean by access modifier?
When to use runnable interface vs thread class in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is integer size in java?
Explain wait(), notify() and notifyall() methods of object class ?
What if static is removed from main method?
How many types of flags are there?
What is a boolean flag in java?
Can we print null in java?
Which collections are thread safe in java?
What is java life cycle?
Are arrays classes in java?
Is double bigger than float?