
We learned about static-data, static-methods, const, read-only, class data fields initialization step


More topics covered:
-
- How to access static/const
- Access static using a derived class
- Creating static methods – design considerations
- Const is replaced during compilation
- Using static/const fields to define an array size
- .NET Object class static methods
- Static method can only call another static method
Links:
