Home
Tool
Json Beautify
Find Web URL
Inventory Management System
Test Mantra RD Service
Calculate your EMI
Project
Inventory Management System
Task Management
Project Management
Mobile Store Management
Money Transfer Tool
Store Management
About Us
Contact
Login
Registration
Search
C-Sharp
Classes and Objects in C#
By
Csharp Code
May 02 2020
1074 View's
0 Comment's
Like (
0
)
Dislike (
0
)
A Class is like an object constructor or a "blueprint" for creating objects
create a class, use the class keyword
class
ExampleOne
{
string
col=
"green"
;
}
create an object called "obj" and use it to print the value of col
class
ExampleTwo
{
string
col =
"green"
;
static
void
Main(
string
[] args)
{
ExampleTwo obj =
new
ExampleTwo();
Console.WriteLine(myObj.col);
}
}
0 Comment's
Comment Form
Required
Submit Comment
Csharp Code
If opportunity doesn’t knock, build a door.⛩
Popular Post
WPF
How to Use Logger in WPF Application
By
Csharp Code
Jun 07 2022
C-Sharp
Update Specific Users Out of Oce Settings C# with Example
By
Csharp Code
Jun 06 2022
C-Sharp
Retrieve Specified User''s Out of O ce Settings C# with Example
By
Csharp Code
Jun 06 2022
C-Sharp
Large Object Heap compaction C# with Example
By
Csharp Code
Jun 06 2022
C-Sharp
Weak References C# with Example
By
Csharp Code
Jun 06 2022
C-Sharp
Source code in the view C# with Example
By
Csharp Code
Jun 06 2022
Notifications