Summary
Team LiB
Previous Section Next Section

Summary

Set once, use everywhere: In constructors, using initialization instead of assignment to set member variables prevents needless run-time work and takes the same amount of typing.

    Team LiB
    Previous Section Next Section