Computer Science, asked by angelicafronda042, 4 months ago

In C# programming, is it possible to decompose a large program into small segments which makes program easy to understand, maintain and debug in order to avoid repetition of codes? Explain your answer.

Answers

Answered by artigupta1975
0

Answer:

Yes, it is possible to decompose a large program into smaller segments which makes program easy to understand, maintain and debug in order to avoid repetition of codes in C# programming. This type of programming is known as modular programming. It also saves time of debugging the complete program again and again.

Similar questions