Define a rectangle class with length, witdh, coor (x), coor (y). Then write the following methods: (Create a border named rectangle with variables length ,width, color (x), color (y) and do the following operations.) a) It stores four global variables for length, witdh, coorx and coory. (create four integer variables.) b) Two constructors: default and user defined (overloaded). (Create a class called rectangle with variables and do the following.)) c) move() method that moves rectangle in x and y directions.(Create a method named move() that takes parameters and move the rectangle in the x and y directions. Annotation: motion operation takes the parX and parY parameters given to the method, increasing or decreasing the coorx and coory variables will be) d) write two get methods which return perimeter and area. (calculate the area and perimeter of the rectangle Write two methods that return) e) write main method to test these two constructors by using array of rectangles which has two items. (Create two separate objects of the rectangle class in main(). The first object is the default constructor and the other will be created using the overloaded constructor.)
(( C# object oriented
Define a rectangle class with length,
witdh, coor (x), coor (y). Then write the following methods: (Create a border named rectangle with variables length ,width, color (x), color (y) and do the following operations.)
a)
It
stores four global variables for length, witdh,
coorx and coory. (create four integer variables.)
b)
Two
constructors: default and user defined (overloaded).
(Create a class called rectangle with variables and do the following.))
c)
move()
method that moves rectangle in x and y directions.(Create a method named move() that takes parameters and move the rectangle in the x and y directions.
Annotation: motion operation takes the parX and parY parameters given to the method, increasing or decreasing the coorx and coory variables
will be)
d)
write
two get methods which return perimeter and area. (calculate the area and perimeter of the rectangle
Write two methods that return)
e)
write
main method to test these two constructors by using array of rectangles which
has two items. (Create two separate objects of the rectangle class in main(). The first object is the default constructor and the other
will be created using the overloaded constructor.)
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 4 images