Final answer:
Function points are superior over lines of code in measuring the size and complexity of software systems.
Step-by-step explanation:
Function points and lines of code are two different methods used to measure the size and complexity of software systems. Function points measure the functionality and business value of an application, while lines of code measure the physical lines of code written for the application.
Function points are considered to be superior over lines of code because they provide a more accurate measure of the software's size and complexity. Unlike lines of code, function points take into account the different types of functionality and complexity that can exist within a software system.
For example, two similar applications might have the same number of lines of code, but one application might have much more complex and valuable functionality, resulting in a higher function point count.