1
1
Fork 0
AtomicKotlinCourse/Introduction to Objects/Creating Classes/Exercise 1/task.md

218 B

Creating Classes (#1)

Create a class named SomeClass with three member functions: a() which displays 42 on the console when you call it, b() which calls a(), and c() which calls b() by qualifying it.