Spring 2014 - C++ from Struct to Classes

11 Feb 2014

We spent the class period going from struct (crmcppstructexample_part1) to (crmcppstructexample_part2) classes (crmcppstructexample_part3). Showing how in C we used structs and now in C++ we use classes to protect our attributes and encapsulate the functionality of our objects.

{"display_name"=>"chris", "login"=>"chris", "email"=>"crmacd@gmail.com", "url"=>"http://www.crmacd.com"}