Hi WebGurus,
Can anyone please help to know what is the problem in the below mentioned code snippet
internal class A { }
public class B : A { }
When I am trying to build the solution I am getting the following error:
Error: Inconsistent accessibility: base class 'A' is less accessible than class 'B'
Thanks & Regards,
Santosh
santosh kumar patro