What are the shared variables?

devquora
devquora

Posted On: Feb 22, 2018

 

The shared variable is the variable that is not confined to a particular class or structure. Instead, it is shared by all the classes or structures of the program. It is declared by the keyword shared.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    VB.Net Interview Questions

    What do you understand by VB.net?

    It is an object-oriented programming language. It is the updated version of the classic visual basics language...

    VB.Net Interview Questions

    What are the shadow variables?

    Shadows show that in a base class, the variable is declared again and hides a similarly named element or a set of the same...