Earn in Dollars

PaidVerts

GDB topic:
Does separation of interface from implementation within classes provide advantage?  If yes, then how.

Note: Keep you comment brief and to the point, GDB will not be accepted through email in any casE
concept of interface difference from implementation is arise from the usage of class like user of class can do anything with ur programe data so u should give them boundaries by using checks and another way is by creating public or private members of the class.
so by using private members we can create difference of interface from implementation.

 
Top