1

like every class in .net does Arrays also inherit Object

1 Answer 1

2

Yes, they do.

Arrays are instances of generic types that inherit the abstract Array class.

MSDN discusses this

Sign up to request clarification or add additional context in comments.

1 Comment

Even though the article discusses C# I believe you are still correct

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.