Can you have a constructor in abstract class?
Answer Posted / vivek
Yes you can have only non parameterized constructor in
abstract class, Because for parameterized constructor we
will have to make instance of abstract class which is not
possible.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a method in coding?
Will minecraft java be discontinued?
Explain about anonymous inner classes in java?
What are keywords and reserved words in java?
What is the latest version of java?
What are synchronized methods and synchronized statements in java programming?
Explain scope or life time of local variables in java?
What is garbage collection? What is the process that is responsible for doing that in java?
How to run a JAR file through command prompt?
What is the use of list in java?
What is the differences between heap and stack memory in java? Explain
What is Session reduplication and how its done?
What is output buffer?
Explain about wait() method?
What is the purpose of methodology?