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
What is the purpose of the enableevents() method?
What are static methods?
What is variable explain?
How do you remove duplicates in java?
What the difference is between execute, execute Query, execute Update?
What is the SimpleTimeZone class?
What is meant by singleton class?
Why are global variables used?
What is java’s garbage collected heap?
Explain java thread life cycle.
which pattern is default in scanner package?
Is java programming easy?
what is meant wrapper classes?
What is super constructor?
Can we create an object of static class in java?