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
Get step-by-step solutions from verified subject matter experts
