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
Where are local variables stored?
What is the use of pattern in java?
What is array size in java?
Is assembly language a low level language?
Can string be considered as a keyword?
What about static nested classes in java?
How do you define a singleton class?
What loop means?
Can we execute java program without main method?
How many days will it take to learn java?
What is return keyword in java?
How many types of exception can occur in a java program?
What is visibility mode?
Why do we use variables?
Explain wait(), notify() and notifyall() methods of object class ?