Answer Posted / kumari
super class all properties bydefault available to the sub class super class properties and methods inherited in subclass
if sub class not satisfy with super class properties then modify that properties by using oop's concept.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many digits can a float hold?
Can we convert stringbuffer to string?
Can a static class have a constructor?
Is class is a data type?
What are the various access specifiers in java?
How to connect to a remote database using Applet?
Why string is immutable or final in java
What does the string method compareto () do?
What is the difference between a synchronized method and a synchronized block?
What is singletonlist in java?
What is difference between path and classpath variables?
How do you find the independent variable?
What is string intern in java?
what is object slice?
What is final keyword in java? Give an example.