Soruyu bir örnek üzerinden anlatmaya çalışayım.
short deger1 = 50;
short deger2 = 50;
short toplam = deger1+deger2;
Kodu çalıştığında geriye hata döndürüyor. Hata: "Cannot implicitly convert type 'int' to 'short'. An explicit conversion exists (are you missing a cast?)"
Hatada int türü örtülü...