nus-cs2113-AY2122S1 / forum

3 stars 1 forks source link

Self invocation for class level methods #131

Open theodorekwok opened 3 years ago

theodorekwok commented 3 years ago

Hi prof, the website shows examples of self-invocation for object methods, for class level methods how do we express self-invocation for those? Is it similar to self-invocation for object methods but the entity is labelled as "<> name of class"?

okkhoy commented 3 years ago

yup.. you are correct

theodorekwok commented 3 years ago

Thanks prof!