+ 2
what is class and how to use in c++
class expalnation how to use it can anyone help
6 Respuestas
+ 12
it will be long way to explain OOP concept here.
you can read a book about OOP.
or you can read a more elaborative explanation in this web, in case you are
confused with blueprint or the other analogy.
http://www.studytonight.com/cpp/cpp-and-oops-concepts.php
+ 12
the explanation is in your C++ Course.
+ 11
do you want and explanation of the keyword class or oop concept?
+ 11
A class is like a blue print.
From a blue print constructors can construct a house.
From a class programers can construct an object.
The keyword is what is used to create one class.
+ 1
both
0
@agus i know there is explanation but i want hear your opinion explanation