In the procedural paradigm, how are data and program units (functions) typically related?
4 phương án1 lượt làmCó lời giảiXuất hiện trong 1 bộ đề
A·B·C·DCác phương án trả lời
AFunctions and data are separate entities with no direct relationship.
Functions operate directly on data passed to them as parameters.Đúng
CFunctions encapsulate both data and behavior.
DData and functions are globally shared without restrictions.
Giải thích chi tiết
Trong mô hình thủ tục (procedural paradigm), dữ liệu và đơn vị chương trình (hàm) thường được liên kết theo cách nào?