Does anyone have a good argument as to why I shouldn’t use a Dictionary over an Object every single time?
I can’t think of any case an Object can do the job a Dictionary can’t, and it doesn’t seem as the Dictionary creates that much more overhead.
Does anyone have a good argument as to why I shouldn’t use a Dictionary over an Object every single time?
I can’t think of any case an Object can do the job a Dictionary can’t, and it doesn’t seem as the Dictionary creates that much more overhead.
:: Copyright KIRUPA 2024 //--