Menu

#47 overloading with different type parameters

open
nobody
Java (6)
2
2007-05-23
2007-05-23
No

overloading with different type parameters is not possible in java.

void** is mapped to NativeObjectPointer<VoidPointer>
float** is mapped to NativeObjectPointer<FloatPointer>

If a class uses overloading with pointer pointers Java Code is not compilable. See Ogre::VertexElement.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB