3
Reply

Explain the concept of Class and Object in OOP?

Arjun Kumar

Arjun Kumar

Jul 06, 2012
2.5k
0

    A class is a group of objects that has common properties.Object is an instance of a class.

    Sanjay Sabariya
    June 03, 2015
    0

    Class is a collection of method,properties,variables and object is a physical representation of a class or we can say that object is a medium for accessing the element of a class

    class is a collection of variables and methods, instance of objects with implementation of methodsobject is the instance of objects using class name can create the object

    masthan p
    December 02, 2012
    0