Object Oriented Programming in Java- Part 2
Q: What are packages and why do we need them ?A: Provides organization and structure to code. You can have classes with same name in different and avoid collision. Lastly access control and modularity.
Q: How to export import and create a package ?A:...
mayank1728.hashnode.dev4 min read