What is difference between class and object with example?
Class is the design of a any program structure with name, variables and methods included in it as a group. When any class gets executed at runtime it gets object created equivalently. Such as when a class name is tree, the object it gets created as , tree of any type. if pen is a class, then the object of pen can be, few we name it..
| Is This Answer Correct ? | 0 Yes | 0 No |
if u write a class do u write Assignment operator and copy constructor
What is the purpose of enum?
What is the important feature of inheritance?
What is abstrac class?where is it use?
what is a class
What is constructor overloading in oop?
What is the different between Applet and Application?
Does c++ support multilevel and multiple inheritance?
What do you mean by overloading?
What is object and example?
What is the significance of classes in oop?
what is a binary overloading