jigar gajjar
what is difference between class and object
By jigar gajjar in ASP.NET on Jun 11 2012
  • Umar Ali
    Sep, 2012 1

    Please refer to the following URL to know the differences between Class and Object,http://onlydifferencefaqs.blogspot.in/2012/07/oops-difference-faqs-2_11.html

    • 0
  • Akkiraju Ivaturi
    Aug, 2012 5

    Class is a type which is logical and not physical. Object is the physical form a class type where memory allocation is done. In a simple terms it is a blue print or structure of the object and object is the actual representation of the type.

    • 0
  • LOKESH CHENNAMSETTI
    Jun, 2012 30

    Class contains data types and member functions.Object is reusable , we access class data through object

    • 0
  • ranveer singh
    Jun, 2012 19

    Class is user defined data type it contain data member and funciton. object is real time entity .

    • 0
  • Farukh Mujawar
    Jun, 2012 16

    Class is a template(type) or blue print its state how objects should be and behave. Object is defined as a software construct which binds data and logic or methods(functions)together. Class is a collection of data members and methods. Object is an instance of a class. class is only declaration.While object is actual creation of memory space for that declaration. ex:Employee is a class and ram is aobject of this class.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS