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 |
What do you meant by "SBI" of an object?
In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading
What is the significance of encapsulation?
State about java and its relation to object oriented programming?
Differentiate between overloading and overriding.
What is static and dynamic Binding?
What interface must an object implement before it can be written to a stream as an object?
What is the difference between an abstract class and interface in java?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
Explian following terms: Constraint Rules, Design by contract.
What are associative classes?
3 Answers InfoAxon Technologies, Protech,
Difference between class and an object?