I used hiding!!!
For the first time in my programming life, I fruitfully used method hiding functionality of object oriented programming!
I am working on my own version of datagridview... and didnt want users to add new rows... !! I created a new accessor in my code by name "AllowUsersToAddNewRows", set its property to private and voila! I hid it :).
I am happy that I used OOPS concepts at a real-level and not just another foo-bar learning exercise!
0 Comments:
Post a Comment
<< Home