answersLogoWhite

0

Class objects or Glass Objects?

Class Objects is objets de classe

Glass objects is objets en verre

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

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.


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


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.