Difference Object and Class?
By on Apr 17, 2007 in Visual Basic Interview Questions
Classes and objects are separate but related concepts. Every object belongs to a class and every class contains one or more related objects.
1)A Class is static. All of the attributes of a class are fixed before,during, and after the execution of a program. The attributes of a class don’t change.The class to which an object [...]


