124k views
3 votes
Jenny is creating an app and wants change the way the app is entered. What class would she have to edit?

Jenny should work on the____ class to change the entry point of the app. This class consists of a____ and_____ file.

1 Answer

3 votes

Jenny should work on the administration class to change the entry point of the application. This class consists of a method or member function to enter the application and a data file to provide access to contents of the application.

Step-by-step explanation:

In order to change the way the application is entered, Jenny should work only on the administration class which in turn should be protected with a password because being a developer, she should be the only one having the authority to change certain methods. Administration class should only be accessed by her.

User Jeffresc
by
6.7k points