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
What are the restriction imposed on a static method or a static block of code?
What are the methods used to implement for the key object in the hash map?
what is singleton class in java?
Is java still relevant?
What is balanced tree in java?
Can each java object keep track of all the threads that want to exclusively access it?
Are private methods final?
Is a case study a method or methodology?
What is the difference between double and float variables in java?
How do you download stubs from Remote place?
Is string is a class in java?
What Is Query Throttling in java?
Which is easier netbeans or eclipse?
What is the difference between yield() and sleep()?
What is the benefit of using enum to declare a constant?