DEV Community

umida5
umida5

Posted on

Class and Objects

a)c# tilida objectni qanday yaratasiz?

object yaratilishi

SinfNomi obektNomi = new SinfNomi();
Enter fullscreen mode Exit fullscreen mode

b)Quyidigi kodda nima xato?

class Person
{
   public string Name;
   public Int Age;
}
Person p;
p.name = "John";
Enter fullscreen mode Exit fullscreen mode

Person p dan boshlab kod class program ichida static void main ichida yo'zish kerak edi.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay