Can We Have More Than One Package Statement In Source

[Solved] Can We Have More Than One Package Statement In Source | Solidity - Code Explorer | yomemimo.com
Question : Can we have more than one package statement in source file

Answered by : thankful-tuatara-0jrotzbxcqqs

We can’t have more than one package statement in source file.
In any java program there can be at most only 1 package statement.
We will get compilation error if we have more than one package statement in
source file.

Source : | Last Update : Mon, 07 Dec 20

Answers related to can we have more than one package statement in source file

Code Explorer Popular Question For Solidity