Ask Question
16 November, 09:23

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

+4
Answers (1)
  1. 16 November, 10:15
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers