Hello everyone!
Let me tell you a bit about a good program and it's important characteristics. 🧐
A good program is a software that is made to meet the needs of it's users and perform it's function efficiently.
There are many more characteristics of good program which are important to consider when developing a program.
Some of them are :-
• Portability : A program should compile and run smoothly on any different platforms.
• Maintainability : A program should be easy to fix, should improve errors, should be easy to read and understand.
• Machine Independent : A program written on one system should be able to execute on many different types of computers without any change.
• Flexible : A program should be flexible to handel the changes in the needs of it's user without changing the existing module.
• Security : A program should be protected against unauthorized access and should keep the data safe from harmful attacks.
Well that's what I learned for today!