Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) Declare sum property with both get and set accessors
b) Declare sum property with only get accessor
c) Declare sum property with get, set and normal accessors
d) None of the mentioned