Answer Posted / anjali saxena
The class from which another class is derived is called base class or super class. The class which is derived from base class is called sub class or derived class.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is unicode datatype?
What is the right data type to represent a price in java?
Does string isempty check for null?
What is a predicate method?
What is the formula to calculate percentage?
How many types of literals are there in JAVA?
How do you differentiate abstract class from interface?
What is the difference between stringbuffer and stringbuilder class?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Is null a string in java?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What language is an assembler written in?
What is the difference between compile-time polymorphism and runtime polymorphism?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is type inference in java8?