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 |
Difference between Choice and a List?
What types of index data structures can you have in java?
What 4 doubled?
What is arraylist e?
Explain importance of inheritance in java?
How you can force the garbage collection?
How do you use wildcards?
What is the method in java?
What is the synonym of procedure?
What is the basic difference between string and stringbuffer object?
What is data type in java?
Differences between traditional programming language and object oriented programming language?