I want to develop an application, which has to parse the Industry Foundation Class (IFC) generated by the Auto CAD software and render the 3D images in an applet window using Java. I have no idea abou
I have this in java: public interface SomeInterface { public void doSomething(); } public class ParentClass {