Benifits of OOPs
Benefits of OOPs
1). OOPs makes development and maintenance easier where as in Procedure-oriented programming language it is not easy to manage if code grows as project size grows.
2). OOPs provides data hiding whereas in Procedure-oriented programming language a global data can be accessed from anywhere.
3). OOPs provides ability to simulate real-world event much more effectively. We can provide the solution of real word problem if we are using the Object-Oriented Programming language.
4). Reuse also enables faster development.
5). Reuse of code through inheritance
1). OOPs makes development and maintenance easier where as in Procedure-oriented programming language it is not easy to manage if code grows as project size grows.
2). OOPs provides data hiding whereas in Procedure-oriented programming language a global data can be accessed from anywhere.
3). OOPs provides ability to simulate real-world event much more effectively. We can provide the solution of real word problem if we are using the Object-Oriented Programming language.
4). Reuse also enables faster development.
5). Reuse of code through inheritance
Comments
Post a Comment