1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Sauron [17]
2 years ago
8

Identify the places in the code where there are object-oriented concept violations, content coupling, common coupling, control c

oupling, and stamp coupling situations. In the Directory Management System Submission Document, paste the code segments that correspond to each situation and explain how you would fix object-oriented concept violations, common coupling, control coupling, and content coupling issues.
Computers and Technology
1 answer:
8090 [49]2 years ago
3 0

In this way, using the knowledge in computational language in JAVA it is possible to write a code that identifies the directories and also the people who own these directories:

<h3>Writing the code we have:</h3>

<em>import java.util.Scanner;</em>

<em>public class PersonnelDirectory</em>

<em>{</em>

<em>public static void main(String[] args)</em>

<em>{</em>

<em>Personnel per = new Personnel();</em>

<em>totalObjects total = new totalObjects();</em>

<em>Scanner scan = new Scanner(System.in);</em>

<em>String firstN, lastN, middleN;</em>

<em>int empID;</em>

<em>double salary;</em>

<em>int choice = -1;</em>

<em>do{</em>

<em>System.out.println("Welcome to the Personnel Directory Management System");</em>

<em>System.out.println("\n\n\t 1. Add Personel");</em>

<em>System.out.println("\n\t 2. Find Personel");</em>

<em>System.out.println("\n\t 3. Print Names");</em>

<em>System.out.println("\n\t 4. Number of Entries in the Directory");</em>

<em>System.out.println("\n\t Select one of the options above (1, 2, 3, 4)");</em>

<em>choice = scan.nextInt();</em>

<em>scan.nextLine();</em>

<em>switch(choice)</em>

<em>{</em>

See more about JAVA at brainly.com/question/12975450

#SPJ1

You might be interested in
Select the correct answer.
storchak [24]

Answer:

B. Planning

Explanation:

I believe the developer establishes the project goals in the planning phase.

6 0
4 years ago
The letters a, e, i, o and u are the only vowels. Write a function named vowelUseDict() takes a string t as a parameter and comp
Andru [333]

Please specify the programming language.


3 0
4 years ago
You wish to lift a 12,000 lb stone by a vertical distance of 15 ft. Unfortunately, you can only generate a maximum pushing force
miss Akunina [59]

Answer:

Full question?

Explanation:

Sorry for asking this but where's what you want answered?

8 0
3 years ago
At each layer of the OSI model, data is appended to the original message and then sent on to the next lower layer. What is this
Makovka662 [10]

Answer:

Encapsulation

Explanation:

There are seven layers in the OSI network model. These layers are, application, presentation, session, transport, network, data-link and physical layer.

Each layer of the OSI model has a PDU or protocol data unit. These PDUs are form by encapsulation.

The application, presentation and session data. When it moves to the transport layer, it is encapsulated within the transport header. This new pdu is called segment.

This process continues in network and data-link to give packet and frame PDUs respectively.

5 0
3 years ago
What is the primary difference between a Marketing Information System (MIS) and a Decisions Support System (DSS)? a. Cost of imp
SOVA2 [1]

A DSS uses software that allows managers to more fully utilize available information to assist in making decisions  is the primary difference between a Marketing Information System (MIS) and a Decisions Support System (DSS).

<h3><u>Explanation:</u></h3>

A management information system that helps the marketers in making important decisions that are related to the marketing fields refers to the marketing information system. It is the system where the information that are associated with the marketing will be gathered and analysed for making important decisions by the marketing managers.

The information system that helps an organisation in making important decisions are called as Decision support system. The main thing that differentiates MIS and DSS is that A DSS uses software that allows managers to more fully utilize available information to assist in making decisions.

8 0
3 years ago
Other questions:
  • Processing is handled by the computer’s central processing unit (cpu).​ <br> a. True <br> b. False
    6·1 answer
  • PLEASE DO NOT ANSWER IT IF YOU DO NOT KNOW THEM!!
    14·2 answers
  • “You have been blocked”
    5·2 answers
  • Which of the following statements about functional programming languages is incorrect?A) In pure functional programming, there a
    5·1 answer
  • Look at the following program and answer the question that follows it. 1 // This program displays my gross wages. 2 // I worked
    8·1 answer
  • _________________ component defines the correct granularity for access controls and oversees the relationships between identitie
    13·1 answer
  • Compute the approximate acceleration of gravity for an object above the earth's surface, assigning accel_gravity with the result
    14·1 answer
  • SOMEONE HELP 60 POINTS!!!!! When creating business publications, these two factors must be determined before planning the layout
    8·2 answers
  • What is the 6 example of computer hardware and explain​
    6·1 answer
  • What is the importance of shape in graphic design?​
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!