Computer Science, asked by manjubora33701, 2 months ago

Difference between class definition and class declaration

Answers

Answered by iqrarhussain73
0

Answer:

Declaration: You are declaring that something exists, such as a class, function or variable. ... Definition: You define how something is implemented, such as a class, function or variable, i.e. you say what it actually is.

Similar questions