시작하기무료로 시작하기

Pros and cons of immutability

At first think, it seems like having a variable that you can't change is a terrible idea and that we should always use var instead of val. But, in Scala, we actually prefer immutable variables (val, that is) where possible.

In this exercise, you'll categorize statements about immutability as either a pro or a con.

이 연습은 강의의 일부입니다

Introduction to Scala

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작