Answer Posted / nitin panwar
Bcoz each subclass executes the superclass constructor
before executing own constructor,thats why abstract class
has a constructor .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can size_t be negative?
Are functions objects in java?
What is the difference between a scrollbar and a scrollpane?
When can you say a graph to be a tree?
What are the differences between the constructors and methods?
Why collection doesn’t extend cloneable and serializable interfaces?
What about main() method in java ?
Can we use both this () and super () in a constructor?
Why do we create public static method in java?
Can we have any code between try and finally blocks?
How do you compare objects in java?
Is map ordered in java?
What is a static class in java?
Is 0 a prime number?
What is the type of lambda expression?