ADS

Thursday 26 April 2018

Creating Object in C#

Creating Object in C#:

.C# is an OOP & a C# program creates object in the memory to represent every thing. In a ASP.NET project server side program will be written in C#  & that program create so many object before sending dynamic content to the user.
Running program create objects to store data.
Every object contains multiple fields(variable) to store data.
Fields & method of the object will be define in a class.

No comments:

Post a Comment

Popular Posts