Sedra Maichel

Sedra Maichel

  • NA
  • 2
  • 3.9k

c# sq shape

Jul 15 2014 5:32 PM
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)