0
How to create a package containing different class?
how to access them using single package
1 Answer
+ 10
In Sololearn: impossible.
In your ide: click right mouse on your project > new > package.
Without ide: create subfolders in your project folder
Access the new package from any other package / project by importing the used classes.