What are parent methods and how can you call them?

Answers were Sorted based on User's Feedback



What are parent methods and how can you call them?..

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

What are parent methods and how can you call them?..

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

Post New Answer

More Core Java Interview Questions

Can we increase size of array?

0 Answers  


What does null mean in java?

0 Answers  


How will you invoke any external process in java?

0 Answers  


worst case complexities of Quick sort and Merge sort.

0 Answers   Amazon,


Write a program to print fibonacci series up to count 10.

0 Answers  






Are private methods final?

0 Answers  


What are concepts of OOPS and how are they implemented in Java?

2 Answers   KPIT,


Where is java located?

0 Answers  


What are class types in java?

0 Answers  


What is object class in java?

0 Answers  


What is finally block?

0 Answers  


Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?

3 Answers   Four soft,


Categories