Can you have a constructor in abstract class?
Answer Posted / naveen
a abstract class can contain abstract methods and concrete methods, to initiate and use these method we can create the object and also a constructor
| Is This Answer Correct ? | 7 Yes | 27 No |
Post New Answer View All Answers
Is java se open source?
How dead lock situation occurs in java and how you can identify it?
Is there a jre for java 11?
How do you read a char in java?
What is the difference between stream and buffer?
Why do we need hashset in java?
What is stringreader?
What is meant by oops concept in java?
What are the Static and Dynamic Variables? Differentiate them.
How do you replace all in word?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Which data type is class in java?
What are constants and how to create constants in java?
What is a map? What are the implementations of map?
What is a dynamic array java?