First of all, Micheal would have inserted an image in the word-processing program. The option to increase or decrease the contrast of an inserted image comes under the format feature.
A. Format
<u>Explanation:</u>
When a user inserts an image, the image is inserted with the same visual setting as it was saved with. The user can increase or decrease the contrast of the image to suit his/her needs.
The format menu provides several other editing options such as altering the brightness, compressing the picture, resizing the picture and even change the inserted picture and many more.
DTP is the kind of software where designers and graphic artists can print finished publications on a color printer, take them to a professional printer, or post them on the web.
So, the kind of software is called DTP.
I believe it’s problem solving.
Answer:
Polymorphism
Explanation:
You can have a basic button class that gets inherited by other classes.
class Button {
function pushButton(){}
}
class ElevatorButton extends Button{};
class BigRedButton extends Button{};
With these new classes, they inherit from the basic button class. They can decide what happens when the method pushButton() is called.
You don't need to worry about what pushButton() actually does, you can just call it if the object is of the type "Button" and you can expect it to work.
D. They provide a platform for collaboration