Page 1 of 1

Consider a class maths and we had a property called as sum.b which is the reference to a maths object and we want the st

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) Declares sum property with only get accessor
b) Declares sum property with only set accessor
c) Declares sum property with both set and get accessor
d) Declares sum property with both set, get and normal accessor