If you extend a class that extends from another class could you still use the attributes inherited in the original class?
Like if I had a class Licence that had an int variable Licence, and I extended the class Licensee from that, and then extended Owner from Licensee could I still use Licence in the Owner class?














