Which of the following must exist to inherit attributes from a particular class?
Which of the following must exist to inherit attributes from a particular class?
Which type of function can a derived class override?
Which type of function can a derived class override?
Which methods does Class C have access to?
Which property procedure should you include?
You need to create a property in a class. Consumers of the class must be able to read the
values of the property. Consumers of the class must be prevented from writing values to the
property.
Which property procedure should you include?
How many parameters can a default constructor have?
How many parameters can a default constructor have?
Which function does Simple Object Access Protocol (SOAP) provide when using Web services?
Which function does Simple Object Access Protocol (SOAP) provide when using Web
services?
Which term is used to describe small units of text that are stored on a client computer and retrieved to maint
Which term is used to describe small units of text that are stored on a client computer and
retrieved to maintain state?
Which term is used to describe the process of making the application available for client computers to access?
You are creating a Web application. The application will be consumed by client computers
that run a variety of Web browsers.
Which term is used to describe the process of making the application available for client
computers to access?
Which type of programming should you use to determine whether the room is still available when the request is
You are writing a Web application that processes room reservation requests. You need to
verify that the room that a guest has selected is not already reserved by another guest.
Which type of programming should you use to determine whether the room is still available
when the request is made?
You need to group all the style settings into a separate file that can be applied to all the pages in a Web ap
You need to group all the style settings into a separate file that can be applied to all the
pages in a Web application.
What should you do?