What is the important feature of inheritance?



What is the important feature of inheritance?..

Answer / Girish Singh Ganghariya

Code reusability and improved modularity are important features of inheritance that allow developers to write more efficient, maintainable, and scalable code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is stream in oop?

1 Answers  


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


Can we have a private constructor ?

12 Answers   HSBC, Ness Technologies, TCS, Wipro,


What is difference between data abstraction and encapsulation?

1 Answers  


What is R T T I ?

6 Answers   Ness Technologies,


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,


What is class in oop with example?

1 Answers  


Why is encapsulation used?

1 Answers  


What is multilevel inheritance in oop?

1 Answers  


What are different oops concepts?

1 Answers  


i got a backdoor offer in process global,Bangalore..Can i work with it?

1 Answers  


Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.

6 Answers  


Categories