answersLogoWhite

0

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.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Can you use objects in class level declaration?

Objects are classes... It's the most abstract type of data.


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 class?

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


Why is a class called a factory of objects?

A factory class is a class that uses the factory method pattern. Factory method pattern is a creational pattern that uses factory methods to deal with the problem of creating objects without having to specify the exact class of the object that will be created. Google for more info.


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 class and objects?

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


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.


Explain instantiation of objects in c plus plus?

Instantiation of a class literally means creating an instance of a class. This is the process of allocating memory for an object that you can use in your program.


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.