Answer Posted / raja
Inheritence is the process of creating a new class from
an existing class. The new class may access the all the
data members in the parent class. The new class is called
sub class. The existing class is called super class or base
class..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Where to store local variables?
How to reverse a string in java?
What is an example of a boolean?
Explain about main() method in java ?
What is the default size of load factor in hashing based collection?
Where and how can you use a private constructor?
How do you implement tree mirroring in java?
What is a JAR file?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Which methods cannot be overridden in java?
What is java console application?
What is the constructor?
Can singleton class be cloned?
Define array. Tell me about 2-D array.
Explain about varargs in java?