Kylie has created some code designed to keep track of information about employees at a company. The code will be used by the company to create a database of personal information (like home address, phone humber, email address, etc.) and salary information. Since Kylie knows that the company will only need to do a few things with the program, she makes many procedures and variables private so as to "hide" the implementation. This doesn't affect the behavior of the code. What Kylie has done to her program is called ...
A. data abstraction
B. procedural abstraction
C. parameterization
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Kylie has created some code designed to keep track of information about employees at a company. The code will be used by the company to ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Home » Computers and Technology » Kylie has created some code designed to keep track of information about employees at a company. The code will be used by the company to create a database of personal information (like home address, phone humber, email address, etc.