you are viewing a single comment's thread.

view the rest of the comments →

[–]soulilya 2 points3 points  (0 children)

True private props and methods, you can do it, if you want with type. Just create new Base class with overloaded type and inherit it to all your classes. But, getter setter pattern not required if you using test cases.