Computer Science, asked by omi414, 6 months ago

What does the following statement means
Addition Add = new Addition ();​

Answers

Answered by jvrfod2222
0

Answer:

Object creation

Explanation:

In object oriented program, this is the way of object creation

Similar questions