What is the difference between a package and interface?
Answers
Answered by
1
Answer:
Packages are collection or groups of the variety of classes and interfaces. ... The basic difference between packages and interfaces is that a package contains a group of classes and interfaces whereas, an interface contains methods and fields.
Similar questions