21 NOV 2019

toop

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

Constantvsreadonly

static

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:

 

Leave a comment