Capital One interview question

What does the final do for variables, and when applied to methods?

Interview Answer

Anonymous

Mar 8, 2018

value of final variable cannot be changed. final methods cannot be overridden also final classes cannot be extended