Question 301
You need to allow a consumer of a class to modify a private data member.
What should you do?
Question 302
You are building a web application that enables international exchange students to schedule phone calls with their prospective schools.
The application allows students to indicate a preferred date and time for phone calls. Students may indicate no preferred time by leaving the date and time field empty. The application must support multiple time zones.
Which data type should you use to record the student's preferred date and time?
Question 303
Which type of function can a derived class override?
Question 304
You are creating an application that accepts input and displays a response to the user. You cannot create a graphical interface for this application.
Which type of application should you create?
Question 305
You execute the following code.
How many times will the word Hello be printed?
