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 about a class in oop?
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,
What are virtual functions, base class pointer, derived class pointer, biding references?
0 Answers HPCL, Hughes Systique Corporation,
What do you mean by abstract classes?
Classes and structs support inheritance. Is this statement true or false?
Why is C not an OOP language?
0 Answers Agilent, Integreon, ZS Associates,
Explain about message passing in object oriented programming?
What is the difference between an error and an exception?
How to differentiate between a CreateObject() and GetObject() ?
Define exceptions?
Explain the purpose of composition.
Describe the Diamond problem. Where does this problem occur?