Can someone explain the difference between a static and const variable?
static
const
A constant value cannot change. A static variable exists to a function, or class, rather than an instance or object.
These two concepts are not mutually exclusive, and can be used together.
1.4m articles
1.4m replys
5 comments
57.0k users