Answer
const: Compile-time constant; must be assigned at declaration and is implicitly static.
readonly: Runtime constant; can be assigned at declaration or inside the constructor and allows flexibility when values depend on runtime state.
const: Compile-time constant; must be assigned at declaration and is implicitly static.
readonly: Runtime constant; can be assigned at declaration or inside the constructor and allows flexibility when values depend on runtime state.
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ