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 |
What is stream in oop?
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
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What is difference between data abstraction and encapsulation?
What is R T T I ?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
What is class in oop with example?
Why is encapsulation used?
What is multilevel inheritance in oop?
What are different oops concepts?
i got a backdoor offer in process global,Bangalore..Can i work with it?
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.