Answer:
What are the Scenarios
I will update this when you give us them
Explanation:
I would assume that this is referring to digital/smartphone ads.
Answer:
There are several applications of the computer; some of these applications are:
- Word processors
- Graphics applications
- Web browsers
- Gaming
- Media players
- Alarms and tasks schedulers
- Etc...
Explanation:
The computer system can be applied in various fields (such as medicine, gaming, governments, education, etc.) for various purposes.
Each of these fields require computer software products and/or applications to carry out their activities. I've listed some applications, but there are several other applications.
<em>My explanation could not be submitted; so, I added it as an attachment.</em>
Answer:
B. Methods and occasionally final attributes
Explanation:
In Computer programming, class members can be defined as the members of a class that typically represents or indicates the behavior and data contained in a class.
Basically, the members of a class are declared in a class, as well as all classes in its inheritance hierarchy except for destructors and constructors.
In a class, member variables are mainly known as its attributes while its member function are seldomly referred to as its methods or behaviors.
One of the main benefits and importance of using classes is that classes helps to protect and safely guard their member variables and methods by controlling access from other objects.
Therefore, the class members which should be declared as public are methods and occasionally final attributes because a public access modifier can be accessed from anywhere such as within the current or external assembly, as there are no restrictions on its access.
Its the second one. Hope this helps. :)