Posted by: Suneel Kumar 23-Aug-2016 06:38 PM Views: 2329
Introduction : In this article, let us understand the basic differences between the const and the readonly keywords and also understand how to use them in our code.
1) Const by default static but Readonly not. .....