hello i have this UML diagram to make a class that will handle complex numbers, but i dont know how to actually , implement this on a header file,
i understand this type of line +getComplex(double&, double&) const: void, thats a void function , but the rest of the UML is very confusing. Can someone please, tell me how to lets call it , translate this UML to a class type{};
thanks.