1

2 Dakika Kural Için C# Object Kullanımı

mohamedf161qgv4
Object ahmet1 = "ahmet";//Boxing string ahmet2 = (string)ahmet1;//Unboxing Son olarak object tipli değaksiyonkenler de,bileğdavranışkenin zarfında ki verinin tipini hareketli olarak öğrenmek istiyorsak adidaki metod meseleimizi görecektir. // The following statement causes a compiler error: Operator // '*' cannot be applied to operands of type 'object' and // 'object'. Bu yöntem https://www.csharpegitimi.com.tr/2024/04/csharp-object-kullanimi.html

Comments

    HTML is allowed

Who Upvoted this Story