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 is the meaning of immutable regarding string?
What is difference between final and finally in java?
Why java is made?
Explain what pure virtual function is?
How do you create a first line indent?
Do loops java?
What is java life cycle?
How do you initialize an arraylist in java?
How to perform Singleton of the java class object on multi JVM?
What is the difference between a break statement and a continue statement?
Give me example of derived data types.
Explain about object oriented programming and its features?