Dot Net

123456789101112131415
Across
  1. 1. - Allows a variable number of arguments to be passed to a method.
  2. 4. - Releases unmanaged resources manually.
  3. 5. - A class that is split into multiple files for easier management.
  4. 7. - A method that initializes an object.
  5. 9. - A type that can represent both a value and null.
  6. 10. - Passes arguments by reference instead of by value.
  7. 11. - Defines a member that belongs to the class rather than an instance
  8. 12. - A method that adds functionality to an existing type without modifying it.
  9. 14. - Prevents further inheritance of a class.
  10. 15. - A lightweight value type similar to a class.
Down
  1. 2. - A class that cannot be instantiated directly but can be inherited.
  2. 3. - Allows a method to be overridden in a subclass.
  3. 6. - A data structure that holds multiple items of the same type.
  4. 8. - Replaces a method in a derived class.
  5. 13. - The base type from which all types in C# derive.