Control (Ctrl) + C. Remember "C" as. The COPY command is used for just that - it copies the text or image you have selected and stores is on your virtual clipboard
Cut command = Sections of a specified file or piped data and print the result to standard output. The command cuts parts of a line by field, delimiter, byte position, and character.
Explanation:
Think of copy command as a "duplicating tool." It is taking something and duplicating it, making an exact second version of it.
The cut command is like a "delete" key. It takes something and cuts it, or deletes it.
If we define a method in a derived class with same declaration type as that of base class then it is said to be overriding a function which behaves differently which will depend on the object which is calling the method.
Option a,b and c are not any kind of methods we implement using coding.
Option d is done when number or data types of parameters are different than the declaration of the base type.