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 |
Explain access modifiers in java.
Explain role of constructor in a java application?
What is predicate in java?
How does the garbage collector works in java?
What is functional interface in javatpoint?
Why does java doesnot support multiple inheritance?
Can list be null in java?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
What is dynamic dispatch in java?
Does java arraylist maintain insertion order?
What is the purpose of a statement block?
What services that container provides?