+ 2

what is class and how to use in c++

class expalnation how to use it can anyone help

23rd Apr 2017, 9:42 PM
pradhuman shrestha
pradhuman shrestha - avatar
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
23rd Apr 2017, 10:05 PM
Agus Mei
Agus Mei - avatar
+ 12
the explanation is in your C++ Course.
23rd Apr 2017, 9:48 PM
Agus Mei
Agus Mei - avatar
+ 11
do you want and explanation of the keyword class or oop concept?
23rd Apr 2017, 9:53 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 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.
23rd Apr 2017, 10:01 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
both
23rd Apr 2017, 9:54 PM
pradhuman shrestha
pradhuman shrestha - avatar
0
@agus i know there is explanation but i want hear your opinion explanation
23rd Apr 2017, 9:50 PM
pradhuman shrestha
pradhuman shrestha - avatar