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
Why arraylist is used in java?
Can vector have duplicates in java?
What does string intern() method do?
What does || mean in vectors?
Why spring singleton is not thread safe?
Is double bigger than float?
Write a program to reverse a number in java?
How to reverse a string in java?
What are three advantages of using functions?
How do you create immutable object in java?
Is static a singleton?
What is the use of generics? When was it added to the Java development Kit?
What is the this keyword?
If two threads have same priority which thread will be executed first ?
What is rule of accessibility in java?