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 logical variable?
What is null statement?
What types of inheritance does Java support?
Is 0 an even number?
what is use of threads how many ways to create thread
What is passing value java?
Explain about join() method?
What is the difference between a field variable and a local variable?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
How to set the permissions to a file in java?
What is the function of log?
Which oo concept is achieved by using overloading and overriding?