GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  OOPS

 Print  |  
Question:  what is difference between abstract data type and encapsulation of data?



November 11, 2008 10:39:35 #2
 achetan   Member Since: November 2008    Total Comments: 1 

RE: what is difference between abstract data type and encapsulation of data?
 

 A data structure together with the actions performed on that data structure is called data encapsulation.

A data type with the actions performed on instantiations of that data type is known as abstract data type 

     

 

Back To Question