Can you have a constructor in abstract class?
Answer Posted / neelamadhab mallick
A Abstract class never can be instanciate. if a concrete
method present inside the abstract class with the return
type of the same class, then it is possible to create the
object, but constructor will not called.
| Is This Answer Correct ? | 11 Yes | 22 No |
Post New Answer View All Answers
When do I need to use reflection feature in java?
Does java have extension methods?
Is sizeof a keyword in java programming?
What do you mean by checked exceptions?
What is meant by binding in rmi?
What is immutability in java?
What is prime number in java?
Can you override static methods?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Is java call by reference?
What do you mean by a JVM?
What are strings in physics?
what are the states associated in the thread? : Java thread
What are the important features of Java 11 release?
can rmi and corba based applications interact ?