What is a super class and how super class be called?

Answers were Sorted based on User's Feedback



What is a super class and how super class be called?..

Answer / ramakrishna challapalli

super class is a class which is inherited by sub class.
Super class methods are bu using super keyword Syntax is
super.methodname();

Is This Answer Correct ?    1 Yes 0 No

What is a super class and how super class be called?..

Answer / ravikiran(aptech mumbai)

A super class is the one which is capable for the display of
members and methods to make the subclass to access them.
A super class will be get called by using extends keyword in
subclass

Is This Answer Correct ?    1 Yes 1 No

What is a super class and how super class be called?..

Answer / niranjanravi

super class is the class that is inherited.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

different types of threads?

18 Answers   TCS,


Wha is the output from system.out.println(“hello”+null); ?

0 Answers  


Explain reverse a linked list iterative solution in java?

0 Answers  


Are the equals() and hashCode() protected methods of object class?

1 Answers   Avaya,


Does java support Operator Overloading?

0 Answers   Flextronics,






What is numel matlab?

0 Answers  


What is internal variable?

0 Answers  


What is design pattern and there types?

2 Answers   Cap Gemini,


is java support call by reference and call by value, if supports please explain?

5 Answers  


What methods are called, When we navigate from one applet to another applet?

1 Answers  


What is the difference between form & report?

0 Answers  


Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?

1 Answers  


Categories