关于 init 函数,下面说法正确的是:(多选)

A. 一个包中,可以包含多个 init 函数; B. 程序运行时,先执行依赖包的 init 函数,再执行 main 包内的 init 函数; C. main 包中,不能有 init 函数; D. init 函数可以被其他函数调用;

答案是AB