|
-
Nov 26th, 2019, 07:30 PM
#3
Re: VB.NET | Saving ListBox with Additional information in My.settings
OT - a class that represents a single student should not be named Students. Don't pluralise names arbitrarily. That class should be named Student and a variable that referred to an array or collection of Student objects could be named students, much like your setting. Also, a ListBox that stores student data probably ought to be named studentsListBox. Descriptive names are always better than the default names, except for maybe in quick and dirty examples and demos.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|