1
1
Fork 0
AtomicKotlinCourse/Introduction to Objects/Summary 2/Exercise 2/task.md

325 B

Summary 2 (#2)

Create a class named Boring2 which is just like Boring except it has constructor parameters, which are all vals. The parameter a holds the value that a() produces, the parameter b holds the value that b() produces, and c holds the value produced by c(). Test Boring2 using atomictest.