
- Forum
- Programming Talk
- C and C++
- shri code
shri code
This is a discussion on shri code within the C and C++ forums, part of the Programming Talk category; what is c++ class? explain now....
-
03-15-2007, 11:14 PM #1
- Join Date
- Mar 2007
- Answers
- 5
shri code
what is c++ class?
explain now.
-
03-15-2007, 11:19 PM #2
- Join Date
- Mar 2007
- Answers
- 5
class is imp. because it access both member function & data member.
-
class is a new datatype in c++ or Java (like an integer datatype ) for example: int variable name; same as we can do in class as class classname(variable name).class contains member functions and member variables and they can accessed through object.class is a static one.
-
Sponsored Ads

Reply With Quote





