How to create a package containing different class? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to create a package containing different class?

how to access them using single package

22nd Aug 2017, 2:50 PM
Shrikant Narvekar
Shrikant Narvekar - avatar
1 Antwort
+ 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.
25th Aug 2017, 11:32 AM
Tashi N
Tashi N - avatar