Can a class inherit the constructors of its superclass?
Answer Posted / kamala
In the overriding concepts subclass can inherit or get the
parentclass constructor using the super keyword
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is the r character?
How do you check if an arraylist is not empty?
What is defined as false sharing in the context of multithreading?
What is ternary operator in java?
How arrays are stored in memory in java?
What is static import?
Why are functions called methods in java?
Can a lock be acquired on a class in java programming?
Can we override the private methods?
What is collection api?
Highest level event class of the event-delegation model?
What is difference between final and immutable?
Why can we not override static method?
Explain about wait() method?
How we can execute any code even before main method?