1
Reply

c# sq shape

Sedra Maichel

Sedra Maichel

Jul 15 2014 5:32 PM
1.3k
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.

 

Answers (1)