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
Define array. Tell me about 2-D array.
Name some OOPS Concepts in Java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is a instance variable?
Can extern variables be initialized?
How do you execute a thread in java?
What is a byte string?
what is the final keyword denotes in java?
What is static variable with example?
What is difference between jdk,jre and jvm?
Difference between overriding and overloading in java?
Can an integer be a string?
What is linkedlist in java?
Can we use string in switch case in java?
What is the need of transient variables in Java ?