What is Shared (static) member?
What is Shared (static) member?- It belongs to the type but not to any instance of a type. - It can be accessed without creating an instance of the type. - It can be accessed using the type name instead of the instance name. - It can't refer to any instance data.
|
Boxing and Unboxing - .NETASP.NET - Boxing and Unboxing - Boxing allows you to treat a value type the same as a reference type....