Hi all
In our application (either in c# or vb.net),
Is it possible to have multiple interface in a single class ?
if so how ? and if so ,
in the following scenario ,
Single Class
{
interface 1;
interface 2;
interface 3;
}
In this ,how the program identifies and which interface runs
first ,second and third...
Thanks in advance
S.Naveen...