We know that an array can be of any data type including struct. Similarly, we can also have array of variables that are of the type class. Such variables are called arrays of objects. Consider the following class definition:
class employee
{
char name[30];
float age;
public:
void getdate(void);
void putdata(void);
};
How to set div beside each other ?
14 years ago
No comments:
Post a Comment