interface IFace // 定义一个接口
{
void ShowMyFace(); //返回一个私有的接口函数???
}
class CFace:IFace //继承接口
{
public void ShowMyFace() //返回一个公共的接口函数???
{
Console.WriteLine("implementation");
}
}
幻幻帮偶改改

我是初学者,希望大家能多多帮助我

/bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://bbs./bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif');}" onmousewheel="return imgzoom(this);" alt="" />