Question What is Class? What is Objects? |
| Class is Container with Member Method and Member Variable.
Object is instance of Class. Using Class object we can access Class member Method and Variable. |
| Class is Container with Member Method and Member Variable.
Object is instance of Class. Using Class object we can access Class member Method and Variable. |
| Class is blue print of object |
| class is a collection of objects which means containing same functionalities. |
| class is a collection of objects having common features. object is tha abstraction of real world entity. |
| class is just a blue print!!!!!!!!!!!!! |
| an object is an instanse of an class........... |
| Class is an entity consists of member data and member function on which member data bound together.
Objects : are the instances of classes. |
| data types cannot occupi any space in the memory.so to use data types we can create a copy of it is called variable.like that
class is a user defined data type.so to use it first create a copy of it which is known as object.
in object oriented programming the code is wrapped under a container is called class. |
| Class is a blue print of an object(logically represented) and Object is an Instance of a Class(physically represented). |
| class is a template. |
| Class is a representation of real life entities which contains its behavioral elements embedded in it. Classes define and structure and objects materialize the behavior. |
| Class is the combination of similar type of object which having some physical existance .
|
| Class is blue print of object |
| Class is an (extends) Object |
| class is a grouping of object having identical property of common behave. |
| class is a collection of objects/class is a definition where as object is instance to a class |