How can an access specifier to the member of interface be specified?
We can use interface as in two ways
- Inheritance ( IsA relation )
- Containment in another class (Has A relation).
In this way of implementation
protected access specifier is applied only to the events which are in inheritance relationship (IsA).
public access specifier is applied to the properties which are generally used as Has A relation (containment).
thz.. dinesh..