Difference between revisions of "Encapsulation - 2017"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "dibs")
 
Line 1: Line 1:
dibs
+
Encapsulation is the process of combining functions and data into a single place, a class in C# (and others), that prevents the user from directly accessing the data stored.

Revision as of 14:52, 6 February 2017

Encapsulation is the process of combining functions and data into a single place, a class in C# (and others), that prevents the user from directly accessing the data stored.