Answered Questions

  • What is the difference between an object and a class?

     Classes and objects are separate but related concepts. Every object belongs to a class and every class contains one or more related objects.  Ø      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...

    Minh Nguyen

    • Jun 27th, 2016

    A class is an user-defined data structure and an object is an instance of that class.

    Jumana iqbal

    • Apr 24th, 2016

    Class is a user degined data type, the variables of class known as object, which are the central focus of object oriented programming