Daily Archives: February 8, 2012

Inheritance in Visual Basic

Public  There are no restrictions on the use of a class declared as Public. Private  A Private class is accessible only within its “declaration context” including any nested entities. A nested procedure is an example of a nested entity. A Public variable … Continue reading

Posted in copy/paste, study | Comments Off