hellpFinally, i have to -Write main code in order to test my work with: A. constant object B. non con...
hellp#include <iostream> #include "polygon.h" using namespace std ; class tringle: public polygon { pr...
hellp#include <iostream> #include "polygon.h" using namespace std ; class rectangle: public polygon { p...
hellpand for friend class should i declare it in another class ? or what
hellpI have did this !! #include <iostream> using namespace std; class polygon { protected: int widt...
This user does not accept Private Messages