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 Web forms in ASP.NET inherit from the Page class, which is the base class that provides core functionality for server-side processing, rendering, and lifecycle management. The Page class is part of the System.Web.UI namespace and serves as the foundation for all web pages. Master Pages inherit from Page, not the other way around.