Computer Science, asked by ravitabharti8908, 9 months ago

Difference between class declaration and class definition in c++

Answers

Answered by chirranjitghosh111
2

Answer:

Declarations occur in a scope. ... An object declaration is also a definition unless it contains the extern storage-class specifier described in Storage classes. A function declaration is also a definition unless it is a prototype. A prototype is a function header without a defining function body.

Explanation:

Similar questions