What does strongly typed means in .NET framework?

后端 未结 5 2255
悲哀的现实
悲哀的现实 2020-12-28 15:11

This morning was going through a book where I found a paragraph as stated below :

Each data field in a table is a strongly typed data member, fully compliant wit

5条回答
  •  旧时难觅i
    2020-12-28 15:53

    No. It means that 1 and "1" (or any other number and string for that matter) are different values that cannot be casually interchanged in expressions.

提交回复
热议问题