Click here to Skip to main content
15,892,575 members
Articles / Programming Languages / C++

Inside C++ – Class, Struct and Objects

23 Jul 2014MPL3 min read 13.4K   13  
In this chapter we will deal with class, structures and objects. So class or struct is the keywords we use to create a class in C++. The class can hold static, non static member variables. Class can contain static, non static and virtual member functions. To have a detailed look at all the possible
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the C++ Table of Contents to view the list of available articles in this section.