Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
The only way that is possible is, you must have a base class that has a Clone() method marked as virtual. That way, if you dont create a Clone method, it will just call the Clone method in your base class.