Computer Science, asked by armaansinghchandan10, 1 month ago

What is class ? Explain general form
of class declaration.​

Answers

Answered by TanishkaT2114
3

Answer:

class is defined in C++ using keyword class followed by the name of class. The body of class is defined inside the curly brackets and terminated by a semicolon at the end. Declaring Objects: When a class is defined, only the specification for the object is defined; no memory or storage is allocated

Explanation:

follow and mark as a brainlist too

Similar questions