Multiple choice technology programming languages

A reference type variable in VB.NET code holds a reference to a COM object through

  1. RRW object

  2. RAW object

  3. RCW object

  4. None of the Above

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

In .NET, a Runtime Callable Wrapper (RCW) acts as a proxy that manages the lifetime and interaction between a .NET reference type variable and a COM object.