Re: finding the right language
Okay let me explain this further.... C++ and C both use classes. However, C++ also has classes which can contain functions and variables, which allow for inheritance and better organization. So basically classes can act as a grouping of variables and functions that mape up the same object. However classes are not necasary. As structures will give you some of this functionality, with variables.
|