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 collection class in java? List down its methods and interfaces.
What is the use of http-tunneling in rmi?
What is the reflection?
What is arraylist class in java?
What is the differences between heap and stack memory in java? Explain
Which sort is best in java?
What is classes in java?
How are variables stored in memory?
How many decimal places is a double?
What is the difference between variable & constant?
How do constructors use this() and super()?
What are the classes of java?
Can we define constructor in inner class?
What is thread pool in java with example?
What is function and method in java?