Declaring a class in C++
Asked By
55 points
N/A
Posted on - 03/13/2015
Hi! In object oriented programming in c++, how do we declare a class? Please include the following things in the declaration of class and also mention their definitions at the end. The access specifiers, the constructor, the destructor. Why do we use a class? What are the advantages of classes in programming?