Ask Question

Objects of the calculator class require no additional information when created. define an object named calc, of type calculator.

+5
Answers (1)
  1. 22 March, 12:05
    0
    In Java you can define a new object with:

    Calculator calc;

    or you can define and instantiate with:

    Caculator calc = new Calculator ();
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Objects of the calculator class require no additional information when created. define an object named calc, of type calculator. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers