What is inheritance?
Answers were Sorted based on User's Feedback
Answer / janet
Inheritence is the process of inheriting all the features
from a class. The advantages of inheritence are reusability
of code and accessibility of variables and methods of the
super class by subclassses.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
the process of creating new things by using existing ones
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
the process of reusing the existing components to develop
new things
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
inheritance is the property of inheriting the properties of
super class to subclass
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / umesh yeware
Inheritance is the key feauture of object oriented
programming in which you can aquire some or all the
properties of one class into the other class by ihheriting
it
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Thread priority?
4 Answers Tech Mahindra, Wipro,
Can we use static class instead of singleton?
What is a subsequence of a string?
What are the 8 primitive data types in java?
Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
transaction attributes ?
What is static variable and static method?
32 Answers Accenture, Prolific, Prolifics, TCS, TNH,
What is the significance of continue jump statement? Explain with an example.
Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.
How objects of a class are created if no constructor is defined in the class?
When do you create an index?
what is synchronization and why is it important? : Java thread