I have developed an application and using some class libraries for business logic. Now i want to protect this class from being inherited by other users but also i want flexibility to inherit the same class for my own applications.
Please suggest me if u have any idea to protect a class.
Rohit Gupta