The Visual Basic .NET Programming Language
< Day Day Up > |
The previous chapter discussed executable statements ( methods ) as type members, so now it is worth talking about variables as type members . Like local variables, which are locations to store information in methods, fields and properties are locations that store information in classes or structures. |
< Day Day Up > |