What variables are useful for establishing two-way communication between modules?

1 answer

Answer

1196124

2026-03-17 07:55

+ Follow

In programming, the best way to establish two-way communication between modules is to use global variables. These variables will apply throughout the program. Just make sure to declare them before establishing the main module.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.