Multiple choice technology web technology

What is the base class from which all Web forms inherit?

  1. Master Page

  2. Page Class

  3. Session Class

  4. None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

All ASP.NET Web Forms inherit from the Page class (System.Web.UI.Page), which provides the base functionality for web pages including the request lifecycle, events, and common properties. Master Pages are used for shared layouts, and Session Class manages session state, not page inheritance.