USING MICROSOFT POWERPOINT
HOW TO CREATE A POWERPOINT PRESENTATION USING A TEMPLATE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Right mouse button
|
|
Edit menu
|
|
Control +C
|
|
All of the above
|
Detailed explanation-1: -There are several ways to copy an object, most commonly by a copy constructor or cloning. Copying is done mostly so the copy can be modified or moved, or the current value preserved. If either of these is unneeded, a reference to the original data is sufficient and more efficient, as no copying occurs.
Detailed explanation-2: -Copying Arbitrary Python Objects Its copy. copy() and copy. deepcopy() functions can be used to duplicate any object.
Detailed explanation-3: -Clone() method in Java Object cloning refers to the creation of an exact copy of an object. It creates a new instance of the class of the current object and initializes all its fields with exactly the contents of the corresponding fields of this object. In Java, there is no operator to create a copy of an object.