Why is @import only at the top?

Asked: Apr 14, 2023

@import is preferred only at the top, to avoid any overriding rules. Generally, ranking order is followed in most programming languages such as Java, Modula, etc. In C, the # is a prominent example of a @import being at the top.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!