Topic: 关于"接口"的详细用法 |
Print this page |
1.关于"接口"的详细用法 | Copy to clipboard |
Posted by: cyj23 Posted on: 2006-06-01 19:14 在Java程序设计过程中,要运用库中的接口(interface),一般的用法是在自己的应用程序中定义一个实现 该接口的类(class),进而使用新定义的这个类来生成对象完成程序的操作.据我了解接口不能用来直接建立对象.但是可不可以用来申明一个接口的引用呢? 比如库中有一接口interface C_Interface.现可否在自己的应用程序中申明该接口的引用呢?比如: private C_Interface c_in 请高手指教!!多谢!!! |
2.Re:关于"接口"的详细用法 [Re: cyj23] | Copy to clipboard |
Posted by: tomcatexpert Posted on: 2006-06-02 15:19 of coz you can.. that's exactly what interfaces are designed for.. Interface i = new Interface_Implemanting_Class () |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |