What is inheritance in java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
In Java, inheritance refers to the idea that a class's properties can be passed down to another class. It facilitates code reuse and builds connections between various classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
In Java, inheritance refers to the idea that a class's properties can be passed down to another class. It facilitates code reuse and builds connections between various classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain persistence?
What are inner classes and what is the practical implementation of inner classes?
What is SRD(System Requirement document), FSD (Functional Specification Document), RSD (Requiremnet specific document)? If these are different document wat are there contents?
1 Answers College School Exams Tests, HP, Infosys,
Differences between functional programming and object-oriented programming?
What is the difference between function overloading and over riding?
Do we require a parameter for constructors?
Explain about a class in oop?
Comment: C++ "includes" behavior and java "imports"
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,
What is function override?
What is the abstract method modifier?
Differentiate between a class and a method.