employer cover photo
employer logo
employer logo

Cavista Technology

Is this your company?

Cavista Technology interview question

difference between readonly and const keyword

Interview Answers

Anonymous

4 Jul 2022

Cant be changed and can be

1

Anonymous

12 Aug 2023

Const is initiated at compile time Where as the read only can be initiated both at compile time as well as runtime (only using constructor from same class)