Design a class house that
Design a class house that defines a house on a street. A house has a house number and an (x,y) location, where x and y are numbers between -10 and 10. the key member is plot, which the plot the house, next design a class street that contains a number of equally spaced house. An object of type street stores the first house, the […]