1

En Iyi Tarafı C# Object Kullanımı

sparkyp379fnu2
Object ahmet1 = "ahmet";//Boxing string ahmet2 = (string)ahmet1;//Unboxing Son olarak object tipli değmeslekkenler de,değkonukenin içre ki verinin tipini devimsel olarak öğrenmek istiyorsak adidaki metod meslekimizi görecektir. // The following statement causes a compiler error: Operator // '*' cannot be applied to operands of type 'object' and // 'object'. static void https://www.csharpegitimi.com.tr/2024/04/csharp-object-kullanimi.html

Comments

    HTML is allowed

Who Upvoted this Story