Workshop

Quiz

1:What are the three actions commonly performed on objects?
2:True or False: The .NET Framework consists of classes that we will be using in our ASP.NET Web pages.
3:In the previous two hours, we examined a number of fundamental programming concepts. In this hour we have looked at objects, which have properties and methods. What programming concept is analogous to an object's properties?
4:What programming concept is analogous to an object's methods?
5:What is the purpose of the Class Browser?

Answers

A1: Before objects can be used, they must first be instantiated. Once an object instance exists, often the properties of the object are then set, followed by calling the object's methods.
A2: True.
A3: Properties are analogous to variables. ...

Get SAMS Teach Yourself ASP.NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.