Vb.Net classes can be derived in C#
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#.