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