Title: OOP Address Book - for beginners - updated
Description: Changed the code on Dec 17th so that when searching for a contact, you can enter only part of the contact info to search for it instead of the whole string.
This is a simple example with some explanation of a class that creates an address book. You can add contacts to the address book with their name, phone number, and email address (of course you can add whatever else). You can search thru the address book by any of the elements to display a specific contact or display the entire address book.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=964&lngWId=3

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
