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

what is for datainputstream?

1 Answers  


Who is the owner of java?

0 Answers  


Why does java does not support multiple inheritance? Explain

0 Answers  


What is a class component?

0 Answers  


Which package has light weight components?

0 Answers  






Is arraylist ordered in java?

0 Answers  


Can we override constructor in java?

0 Answers  


How many types of java are there?

0 Answers  


Difference between string, stringbuffer and stringbuilder?

0 Answers  


what is purpose of writting public static void main(Strind arg[]) in java..?

4 Answers   ITC Infotech,


Does treeset use compareto?

0 Answers  


Is the milky way in a void?

0 Answers  


Categories