7
Reply

what is encapsulation?

rahul jaiswal

rahul jaiswal

Aug 24, 2012
3.2k
0

    Encapsulation is a method of bind method,variables of class together like a single unit..

    Binding data together is known as encaptulation.

    sajidlkhan lodi
    February 10, 2015
    0

    binding the member functions and data members as a single unit...

    srikanth reddy
    June 17, 2013
    0

    wrapping of data member and functions in a single unit is called Encapsulation. Ex. Class consist data member & function ,object is an Encapsulated unit.

    Kush Muchaal
    February 07, 2013
    0

    encapsulation is the process of binding the data members and functions into a single unit called single unit

    masthan p
    December 02, 2012
    0

    binding data in single unit like class

    suresh kumar behera
    October 26, 2012
    0

    Encapsulation means combining data and realted function that use that data together and providing it as a logical entity.

    rahul jaiswal
    August 24, 2012
    0