Which is the base class for All built in Controls?
-
User Control
-
Custom Control
-
Control
-
Activex Control
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.