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.