Answer Posted / jagadeesh
sub class is the child of super class and super class is
the parent of sub class
sub class auto matically having all the properties of sub
class and super class itsef, but super class having all the
properties of super class only not the sub class properties.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are predicates in java 8?
Why is sizeof not a function?
Can we convert stringbuilder to string in java?
What are the four corner stones of oop?
Can we assign the reference to this variable?
Is null an object java?
How many types of flags are there?
What are the 6 functions?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Explain about the performance aspects of core java?
How many types of voids are there?
Explain naming conventions for packages?
Do I need to import java.lang package any time? Why?
What is the difference between post and put?
What is main function purpose?