Hi ,
Is it possible to simply the method access of a classes in Python ,without using set_xx() and get_xx() methods and maintaing the encapsulation functionality.
Thanks in advance
PSB
Is it possible to simply the method access of a classes in Python ,without using set_xx() and get_xx() methods and maintaing the encapsulation functionality.
Thanks in advance
PSB
Comment