Answer Posted / nikhlesh gupta datia(m.p.)
We can call one of base class constructor inside derive class constructor by using predefine variable "super()" such as super(a), super(a,b) and so on.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the difference between yielding and sleeping? : Java thread
In Java list the methods that can be overridden?
What is jdbc api?
What are heterogeneous objects?
Is the empty set a singleton?
What is the use of static class?
What is string in java?
Why is a string immutable?
Can we execute java program without main method?
Is 9 a prime number?
How do you end a program?
How would you convert bytes to string?
What are the data types supported by java? What is autoboxing and unboxing?
What is the use of object and class classes?
When super keyword is used?