¡@

Home 

python Programming Glossary: lecturer

OK so i dont get how to make this professor class call on this lecturer class

http://stackoverflow.com/questions/5386092/ok-so-i-dont-get-how-to-make-this-professor-class-call-on-this-lecturer-class

this code i'm trying to work through first is this class Lecturer Person def lecture self stuff self.say stuff you should be taking.. dont get how to make it call on it do you need to put like Lecturer.say self stuff or something of the sort its apart of my hw to.. this question Then Professor should either 'be a' Lecturer or 'have a' Lecturer. class Person object def say self stuff..