Guys I have a question, is it possible to pass an existing object to the child's init arguments without keep rewriting it?
let's say I have a grandparent, parent and child class. I have made an object of grandparent, now when I want to create an object of child class, I literally have to fill grandparent's parameters over again.