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 |
Why are pointers not secure?
Explain the difference between collection api and stream api in java8?
How can the checkbox class be used to create a radio button?
Why are global variables used?
how to minimize the functionality to will not force garbage collector?
What is the return type of a program?s main() method?
What is a module function?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
Explain inner classes ?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is difference between stringbuffer and string?
What is constant in programming?