Text: Python code needed using parent class and child class.
Person:
Programmer - name, designation, companyName
Dancer - name, designation, groupname
Singer - name, designation
Band:
bandName - learnt(), walk(), eat(), singing(), playGuitar()
Dancer:
learn(), walk(), eat(), coding()
Singer:
learn(), walk(), eat(), dancing()