Hello! Here's a question, tell me - tell me, look, that is, in C # all classes are inherited from the base class Object (we have inheritance), then why can it be inherited from another class?
if we don't explicitly specify anything, we inherit the base Object. If we specify some class, we inherit it (and it, in turn, inherits the base Object)