Answered Questions

  • what is the difference between encapsulation & abstraction?

    Avinash Chaturvedi(Avi)

    • Aug 3rd, 2006

    Abastaction : The Process in which we identify all the relevent attributes and methods related to a perticular entity and finally bind these attribute and methods into a single unit known as class is ...

    Deepthik

    • Apr 13th, 2006

                 Encapsulation is binding the data & methods together, so that only particular methods should access the data.   &...