AD
Administrator
Syncfusion Team
February 28, 2006 03:32 PM UTC
Hi,
A nice question,
I think the reason should be because "just a guess only"
The controls are just reusable classes(the benefit of object oriented concept), and ofcourse the full usage of object oriented features are applied in reusable classes only.
So we are in need of a object to refer this classes.
But why do we need protected? still confuses but this should be again regarding the protection level is intermediate I guess
because if any one wants to use it inside the application or page , they can use the control and the chances of breaking the control outside the application should be avoided , so finally that too makes sense i guess , being protected.
If any one have a nice Blogs/discussion on this please post.
-Hari