according to some tutorials i read a while back, the \"const\" declaration makes a variable \"constant\" ie it cannot change later. But i find this con
Even if you and everyone you work with never makes mistakes, the use of const in your method declarations helps to document your interface.