Question: Design a class for representing a web URL. To keep this simple, consider a URL only to have a scheme, authority, and path. Your class

Design a class for representing a web URL. To keep this simple, consider a URL only to have a scheme, authority, and path. Your class should have a constructor that takes a std::string as a parameter. You should not be able to edit (modify) the URL once itis created. You should have four getter functions that return the full URL as a string, and each of the three components individually also as strings.

I need three different files which are main.cpp and Url.h (header file) and Url.cpp Thank you for your help!

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!