0
It is possible to create multiple classes in one package and import them to another class or package.?
2 odpowiedzi
+ 4
Yes
+ 2
That is what packages are used. Package concept is collecting related classes into single module.. And rather than writing multiple time same code, form package of classes and import to another program when needed and use. So reduces code and improve readability..