adspace
What is the difference between the Encapsulation and
Abstraction
Answer Posted / thirumalesh
Encapsulation is process of binding data into single unit
which hides the implementation for an objects..
this is achieved by
class <name>
{
//member variables
//member functions
};
class binds all the code implementation..
and Abstraction is a process of hiding/denied permission to
use data of one class to other class (inherited)
this is achieved by private keyword in class..
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category