Answer:
Bitmap images can contain any number of colors but there are four main categories: Line-art. These are images that only contain two colors, usually black and white.
Answer:
Return Key (Enter Key on Windows)
Explanation:
It is a key on the keyboard that has a downward arrow with corner leftward, it can be used to start a new line of writing.
Implementation hiding i<u>s the encapsulation of method details within a class</u>. Implementation can be interpreted as those specifications which can be altered without altering the correctness of an application. Wrapping data/methods within classes (descriptions of the way all objects of this type will look/act) in combination with implementation hiding is called encapsulation. Information users need to know about behaviors should be available without dependence on implementation specifications.