answersLogoWhite

0

What is class and objects?

Updated: 12/8/2022
User Avatar

Wiki User

13y ago

Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is class and objects?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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 the type of class for which objects can not be created?

Abstract 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.


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.


What is class?

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


How is dynamic initialization of objects is achieved?

by creating class as an static 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.


What is concrete method?

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


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.