what is the characteristics of a program which makes it easier to add more Features to it in future? Option :1.scalability 2.Extensibility 3.Reusability 4.Performance
Answers
Answered by
20
Answer:
scalability is right not reusability
Answered by
6
Extensibility of a program makes it easier to add more features to the program in the future.
- Scalability means that if a program works on a small scale, it can even work on large scales.
- Extensibility allows the users to modify the program according to their needs. The program can be extended or expanded according to the need.
- Reusability means that we can use the program to write similar programs, without having to re-write it everywhere.
- Performance of a program is the goals it meets.
Similar questions