Explain about Superclass and Subclass?

Answer Posted / niranjanravi

Super class is the class that is inherited and Subclass is
the class that does inheriting.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is numeric data type?

747


Difference between notify() method and notifyall() method in java?

753


What is an argument java?

722


Is a boolean variable?

737


How do you remove spaces in java?

765


What are methods in java?

748


Explain the concept of hashtables?

832


What does t in java mean?

746


What are the restrictions that are applied to the java static methods?

763


What is difference between local variable and global variable?

708


Is it possible to compare various strings with the help of == operator? What are the risks involved?

847


How do you use spaces in java?

738


Can constructor be protected in java?

729


What is data movement?

882


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

1808