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 |
when there is a need of jvm then how we can say that java is a platform independent language?
What is a flag and how does it work?
Break statement can be used as labels in java?
How is abstraction implemented in java ?
What is the difference between state-based unit testing and interaction-based unit testing?
What is nested top-level class?
what is overloading and overriding with example?
What are advantages of using Java?s layout managers than windowing systems?
What is identifier in java?
Are arrays dynamic in java?
What is an accessor?
how to make hashmap object as synchronized object?