A class is a blueprint or a detailed description of a real-world object. An object is an instantiation of a class into memory.
Classes is the plural of the word class. A class is not an object in the physical sense, it is an idea, a notion or concept. We typically use a class to define a classification, such as a class of people, a class of study or a class of object. In other words it defines a type.
the most obvious thing to eligible for object is to create his class and define it as opening for the class name and sow for it in last for the code
Yes.
yes,vb is an event oriented language.
Yes, you would need to define your variables. Also initialize them
Yes, you can declare and define the constructor within a class. A constructor is a special member function of a class that is automatically called when an object of the class is created. It is used to initialize the object's data members. The constructor can be declared and defined within the class definition or can be defined outside the class definition using the scope resolution operator (::).
A pointer in itself is not an object, because it is not an instance of a class. Of course you can define a class which has only one member, which is a pointer. class Pointer { public void *ptr; }; Pointer p, q, r;
Yes
JavaScript Vb
-define class with necessary data member & member function. -create object of that class. -communication.
Object is the class from which every other class or object in .Net derives from. This is designed in this way to bring out the pure object oriented functionality and thus make .net a pure object oriented technology It's only because of this design that even you customs classes is having methods like GetHashCode(), ToString(), Equals(), ReferenceEquals() etc which are originaly methods defined in object class and got inherited to your type because of this OO Design
Object linking and embedding (ole)