Ask Question
1 September, 00:04

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

+3
Answers (1)
  1. 1 September, 02:34
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers