D
D
Dmitry2017-01-13 21:22:28
ASP.NET
Dmitry, 2017-01-13 21:22:28

Inheritance about base class Object in c#?

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?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ayazer, 2017-01-13
@ayazer

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)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question