Class and Object Hello, in this article we will try to discuss about Class and object in C++ programming. All of you have known that class and object is the most important part in Object oriented programming. So, it is very important for us to know it sharp and clear. Let's discuss about it. Suppose, you are a human right? I think you have no doubt about it! You may have heard in biology class that we are human and the class of human is Homo Sapiens. You have pet, right? It could be Doggy or Catty! They are animal but they are not Homo Sapiens. Also you see birds are flying in the sky they are also animals but they are not Homo Sapiens. All of them has some specific class. This class had made them unique according to their characteristics. So, the scientist have divided the class according to their property so that you can easily understand about the class. Now you have gathered some ideas about class. You are a student, right? How could you define any person as a student? ...