Object in C# | An Object in Oops | What is Object in C sharp
Object is an entity of class which contains/Encapsulate all the functionality/futures of Class.
object encapsulate behavioural of the class. By the 'New' keyword we are requesting to CLR (Common Language Runtime) for creation of
an object.
An Object in c# |