Answer Posted / janardhan
inheritance means producing new class from an existing class.
ex: public class Student extends Teatcher{}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why can't you declare a class as protected?
What is finalize()? Is finalize() similar to a destructor?
Why object class is super class for every class in java?
How many return statement are allowed in a function?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is oops in java?
What is t type java?
Differentiate between run time error and syntax error.
Which containers use a flowlayout as their default layout in java programming?
What are the two environment variables that must be set in order to run any java programs?
Can we define static methods inside interface?
What is tree node in java?
What is the equal sign?
What is generics in java interview questions?
What are user defined exceptions?