207k views
2 votes
Which function below will allow you to change to a different screen?

changeScreen( )

changePage( )

setPage( )

setScreen( )

User Magallanes
by
4.6k points

1 Answer

4 votes

Answer:

Option D

Step-by-step explanation:

The Set Screen command is used to change the screen to any screen you wish. Screen is notified by its ID

The set screen command is used for some user -event and in such cases set screen is added by click event handler.

The ID to which the screen is to be changed is selected.

Hence, option D is correct

User Magick
by
5.1k points