Question: can i use two header file . h in intmain .cpp like in photo C Shape.h > #includerstring> class shape { protected: float width; float

can i use two header file . h in intmain .cpp
like in photo
can i use two header file . h in intmain .cpp like
in photo C Shape.h > \#includerstring> class shape \{ protected: float width;
float height; public: void set_data(float w, float h) \{ width=w; height =;
3 C Triangle.h >... \#includesstring> \#include"Shape.h" ciass Triangle : public shape \{

C Shape.h > \#includerstring> class shape \{ protected: float width; float height; public: void set_data(float w, float h) \{ width=w; height =; 3 C Triangle.h >... \#includesstring> \#include"Shape.h" ciass Triangle : public shape \{ public: float area () I return (width*height)/2; 3 \#include \#include"Triangle. h " \#include"Rectangle. "" " using namespace std; int main() Triangle ti; t1.set_data (10,10); Rectangle r1; M1.set_data (10,10)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!