I need your opinion... (original) (raw)
=?GB2312?B?z/LRxQ==?= fyaoxy at gmail.com
Fri Mar 27 21:42:48 PDT 2009
- Previous message: I need your opinion...
- Next message: I need your opinion...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, newcomer to Coin:)
2009/3/28 Marek Kozieł <develop4lasu at gmail.com>:
7. final interfaces and abstract classes. make interface final would cause that only specified inheritance would be possible
final interface A allow B,C{} interface B extends A{} interface D extends A{} // compile time error interface E extends B{} // OK, B allow for that final class C implements A{} // ok In my view "final" semantics, "final class, final interface", seems belong to API level, which in scope of the upper protocol. But you talk at language level, yes?
8. extends WaekReference-s with query allowing re-use objects
-- Pozdrowionka. / Regards. Lasu aka Marek Kozieł http://lasu2string.blogspot.com/
-- 致敬 向雅
- Previous message: I need your opinion...
- Next message: I need your opinion...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]