Multiple choice technology platforms and products

Just like COM, .Net provides cross-language inheritance, that is, to allow a class written in one language, to derive from a base class written in another language.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Unlike COM, .NET does NOT support cross-language inheritance. A class written in one .NET language cannot inherit from a base class written in a different .NET language. While .NET supports cross-language integration and interfaces, inheritance across different language assemblies is not supported. Therefore the statement is false.