Answer Posted / reddy
Inheritance is the process of acquiring the properties from
super class to sub class.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
I don’t want my class to be inherited by any other class. What should I do?
What is module with example?
Program to Find the second largest element in an array.
What is the multi-catch block in java?
Can we initialize the final blank variable?
How to find the index of the largest number in an arraylist java?
Difference between method overloading and method overriding in java ?
What is the difference between a checked and an unchecked exception?
Why can't you declare a class as protected?
What do you understand by java virtual machine?
How does varargs work in java?
When should a function throw an exception?
Why should I use abstract class?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is unsigned char?