What Does Object Mean?

Object, in C#, is an instance of a class that is created dynamically. Object is also a keyword that is an alias for the predefined type System.Object in the .NET framework.

Techopedia Explains Object

An object consists of instance members whose value makes it unique in a similar set of objects. All the objects used in C# code are of object type.