What are the benefits of oop?
Answer / Kalpana
The main benefits of Object-Oriented Programming (OOP) include code reusability, modularity, and easier maintenance. OOP allows for abstraction of complex systems into manageable objects, promotes encapsulation to hide implementation details, and enables polymorphism for dynamic behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
When will a constructor executed?
What is encapsulation and abstraction? How are they implemented in C++?
1 Answers Agilent, ZS Associates,
write a program to print * * * * * *
can we create and enter the data & hide files using programmes ?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is friend function?
what is object oriented programming and procedure oriented programming?
What is meant by multiple inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
what is virtual destructor
Can you name some types of inheritance?