Hi can you help me with this please ...
Write a console application that implements a Square shape. Class Square should contain an instance property Side that has get and set accessors for private data. Provide two constructors: one that takes no arguments and another that takes a side length as a value. Write an application class that tests class Square’s functionality.
VulpesPosted Jul 15, 2014, 6:34 PM