Object-Oriented Programming (VB) - 03H String Assembly Project
The goal of this project is to provide hands-on practice building output strings from multiple string parts (literal strings, variables, Text properties, and the vbCrLF constant. The project examines four ways to accomplish this - 1.) Concatenation; 2.) String.Format( ) method; 3.) Interpolation; and 4.) incorporating a StringBuilder class object/instance.
Instructor: Stephen Hustedde (You can enroll in this course as CIS150AB at South Mountain Community College in Phoenix, AZ)