How to hide a method in derived class
Hi Everyone,I have a class that have some method which should not be accessed in derived class.How do I handle this.If we want to hide class itself we can make it as sealed.But what about method prevention alone.?
Thanks in advance,
Sharmila