Can a class inherit the constructors of its superclass?
Answer Posted / ravikiran(aptech mumbai)
No constructor overriding is not possible only constructor
overloading is possible
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Is oracle java 11 free?
Can a static block throw exception?
Can we define static methods inside interface?
Is java programming easy?
How do you square a number?
What is ternary operator? Give an example.
What is the use of generics? When was it added to the Java development Kit?
What means public static?
What is double word?
Difference between a process and a program?
Can we inherit inner class?
Is java hard to learn?
What is hashing in java?
What is ordered map in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?