Multiple choice technology programming languages

Types of Attributes in .NET?

  1. Custom Attributes

  2. Funtional Attributes

  3. Predefined Attributes

  4. Both A & C

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

.NET supports both Custom Attributes (user-defined) and Predefined Attributes (built-in like [Serializable], [Obsolete]). Functional Attributes do not exist as a category in .NET.