If youre a plato user than the answer is A "create five sub-folders within the sports master folder"
Because there are five sport subjects.
Sometimes I just meet some Unintelligen ppl
The statement that best explains the way that similar applications are used in different devices is option b: Although the systems are different, the apps are still designed to work the same way.
<h3>How does an app work?</h3>
An app is known to be a kind of a software that gives room for a person to be able to carry out some specific tasks.
Note that Applications for desktop or laptop computers are said to be called desktop applications and those apps that are used in mobile devices are known to be called mobile apps.
Hence, The statement that best explains the way that similar apps are used in different devices is option b: Although the systems are different, the apps are still designed to work the same way.
Learn more about Software applications from
brainly.com/question/22442533
#SPJ1
Classes cannot Initialize data members in the class definition.
B) Initialize data members in the class definition
<u>Explanation:</u>
Class is defined by end user data type where it can handle multiple data type and referred to other classes also. Class is also called as data structure object or object class.
Due to class methods total programming language coding style is changes. For example employee of an organization should hold his or her employee number, address detail, spouse details, salary details
Where in old style programming language we need to declare separate variable to hold the data types, where we can define employee as class which can hold employee number, address fields, and again define salary details as other class and add employee->employee number where key connect between to class which is called derived class.