Const
|
Read-only
|
A constant member is defined at compile time and cannot be changed at runtime.
|
read-only member can be initialized at runtime, in a constructor as well being able to be initialized as they are declared
|
They must be initialized as they are declared
|
Not implicitly static (only single object ) and has to explicitly made static
|
No comments:
Post a Comment