hyperoslo / android-playbook

MIT License
6 stars 2 forks source link

Change “parent class” to “wrapper class” #23

Closed sindrenm closed 8 years ago

sindrenm commented 8 years ago

Since the Person class is not the parent, inheritance-wise (i.e., the companion object doesn't extend Person), it's more correct to call it a wrapper class. It's an “inner object”, so to speak.

sindrenm commented 8 years ago

Thanks!