Multiple choice technology programming languages

Which is the base class for All built in Controls?

  1. User Control

  2. Custom Control

  3. Control

  4. Activex Control

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

In both Windows Forms (System.Windows.Forms.Control) and Web Forms (System.Web.UI.Control), the Control class serves as the base class for all built-in UI components. UserControl and CustomControl derive from Control rather than acting as the base.