Answered Questions

  • difference between data encapsulation vs abstraction

    PRANIT PATIL

    • Nov 27th, 2017

    Encapsulation and abstraction both solve same problem: Complexity; but in different dimensions. Abstraction: Hides the implementation details of your methods. Provides a base to variations in the app...

    tuba

    • Jun 10th, 2016

    Abstraction is the method in which we write its coding in another class. In which we do not know how our function work example SMS in which we only send message we do not know how we send it or what m...