+ 1

why we use class?

5th Dec 2016, 6:39 PM
ABHISHEK SAXENA
ABHISHEK SAXENA - avatar
2 odpowiedzi
+ 1
A class is used to specify the form of an object and it combines data representation and methods for manipulating that data into one neat package. The data and functions within a class are called members of the class.
5th Dec 2016, 6:43 PM
Vipul Walia
Vipul Walia - avatar
+ 2
Well, c++ is an object oriented programming language, that's why.
5th Dec 2016, 9:24 PM
Ivan G
Ivan G - avatar