How to combine "implement" and "imports" in java?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nessie Macushla

    How to combine "implement" and "imports" in java?

    i would be glad if somebody can help me know how to write it well. Using my netbeans to wrote<icode>pub lic class Sphere imports Calculator implements NewInterface{}</icode> is telling me "Sphere is not abstract and does not override absract method calculate in the interface."
    thanks
Working...