C# is strong type or not? . if yes then how
C# is mostly strong type because it determines the error at compile time but some exceptions like dynamic keyword has been introduced in c# which work at run time. so it's up to us to decide even most are strong type dynamic keyword is exception.