When we create a class Product
class Product { } What I have learned from different blogs and books that Object class is the super/base/parent class of every class including user-defined classes.
How does this happens?
I assume it is taken care by .NET Framework? If its the case then I am curious to know how does this happens.
System.Object.Product : Object {}.