(modifier accessible) class Point : IPoint
{
}
hi i,s it in order to implement that interface to the class, can we put an modifier accessible (public) or just force to private only? I try to put public accessible , the complier complain to me
Error 1 Inconsistent accessibility: parameter type 'interfaceTest.IPrey' is less accessible than method 'interfaceTest.Cat.Attack(interfaceTest.IPrey)' D:\Profiles\FMX437\My Documents\Visual Studio 2008\Projects\interfaceTest1\interfaceTest1\Program.cs 50 21 interfaceTest1
, can you explain more regarding for this issue?