What are parent methods and how can you call them?
Answers were Sorted based on User's Feedback
Answer / saumyadip
parent methods are those method which is in parent class and
we can call it by using parant class reference variable or
super(in inheritance).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhadresh
super class method is call as parent method.
super Keyword use to call in child class or sub class.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the application of compiler and interpreter for source program
What is the purpose of the main method?
what is life cycle of applet?
What is an class?
What is the base class of all classes?
Can list contain null in java?
What are the differences between include directive and include action?
What do you understand by private, protected and public?
What is private protected in java?
Difference between arraylist and vector.
Is static variable stored in heap?
What is variable length arguments in java?