blah blah blah is here! blah blah » Close

1
votes
1 answers

Read-only properties

Hi I'm doing a school work in a console application, I'm not sure if I maybe misunderstand the question. Here it goes: Create class Rectangle. The class has attributes length and width, each of which defaults to 1. It has read-only prope ...

Feedback