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
This means, if there are two variables of different types, you have to cast them, to make an operation executable.
Else it will throw an exception.