Class va Object
Mushtariy
Posted on October 14, 2024
a) C# dasturlash tilida objectni qanday yaratasiz?
class o'zimizaxolagannom //sinf yaratish
{
// Fields (ma'lumotlar)
// Methods (harakatlar)
}
b) Quyidagi kodda qanday xato bor?
class Person
{
public string Name;
public int Age;
}
Person p;
p.Name = "John";
Javob: Person p emas Person p = new Person(); bo'ladi.
💖 💪 🙅 🚩
Mushtariy
Posted on October 14, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024