Multiple choice .net vb

Vb.Net classes can be derived in C#

  1. True

  2. False

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

One of the core features of the .NET Framework is language interoperability. Because all .NET languages compile to Common Intermediate Language (CIL) and use the Common Type System (CTS), a class written in VB.NET can be inherited by a class in C#.