Which of the following is not a reason to create a package?
a. To group related classes
b. To make finding classes easier
c. To make it easy to reuse classes
d. To prevent other developers from using the class
Answer: d. To prevent other developers from using the class