it is possible, if the triangle is bigger than the rectangle, for example the rectangle has a base of 5 and height of 2-- so the area is 10; and then the triangle has a base of 5 and a height of 4--...
A parameter constructor is a constructor within a class with some arguments in it. class abc { abc()---------------------------------Default Constructor { } abc(int...