answersLogoWhite

0

class is template of object and object is instance of a class

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you say class objects in french?

Class objects or Glass Objects? Class Objects is objets de classe Glass objects is objets en verre


What is an array of class objects.how the array of class of class objects is defined in c plus plus?

An array of class objects is just a set of class objects arranged linearly in memory. It is no different than an array of elementary objects. You define it the same way. class myClass { ... }; myClass arrayOfMyClass[100]; // creates 100 objects and fires the constructor 100 times


What is the type of class for which objects can not be created?

Abstract class.


What kind of method is applied to all objects of a class rather than individual?

A class static method can be applied to all objects of a class.


What is a class and method?

A class is the definition of a type, from which objects can be instantiated. A method is a function of a class.


What is a class method?

A class is the definition of a type, from which objects can be instantiated. A method is a function of a class.


In java difference between classes and object in tabluar form?

A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.


How is dynamic initialization of objects is achieved?

by creating class as an static class


What is class?

It is where you leave school or otherwise find a way to avoid going to that particular class.


What is concrete method?

class in which objects can be created is called as concrete class.


What is the use of objects in a class?

Hi, There is detail explanation about objects & classes here : http://vitzy.net/forum/Class-Objects-t1227.html Let me know if that helps, Thank you.


How can you differentiate a class from an object of a class?

A class is a collection of similar objects while an object is the individual instance of a class.