package com.packt.chapter2 class Person2 { private fun age(): Int = 21 }