Answer:
C# is called Strongly Typed Language becausen its type rules are very strict. For example you can't called a function that is designed to call Integer with a string or decimal. If you want to do so then you will have to explicitly convert them to integer.
Asked In: Many Interviews |
Alert Moderator