in reply to Separation of interface and implementation

One of the first things I was told in OO is to separate the interface from implementation.

Just so you know this isnt just an OO thing. Its a general programming thing. OO just presents one way to do it "easier".

---
demerphq

  • Comment on Re: Separation of interface and implementation