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

User Sevyls
by
4.9k points

1 Answer

3 votes

Answer:

C: to prevent other developers from using the classes.

Step-by-step explanation:

In software engineering packages are created to simplify writing codes. When you create packages you make them available for other developers to import and use.

User Agreensh
by
5.1k points