Home MCQs CSS Computer Science Question #1119
Back to Questions
CSS Computer Science QUESTION #1119
Question 1
What is meant by refactoring code in SDLC?
  • To modify the functionality of software
  • To improve the code quality✔️
  • To find out bugs in a software
  • None of these
Correct Answer Explanation
Code refactoring is the process of restructuring existing computer code—changing the factoring—without changing its external behavior to improve non-functional attributes.