Functions
IT Notes → C# @ December 22, 2020
- Signature: Pass by reference or by value and data type, function name.
- Abstract methods in a class contain no method body, and are implicitly virtual.
- Virtual methods allow subclasses to provide their own implementation of that method using the override keyword.
Subscribe
Login
0 Comments