I've been learning a bit about OOPS lately. I understood the concept of "abstraction" .. But i couldn't understand its link with programming. Are you abstracting things from the user ??.
If yes then does it make a real difference between ordinary sequential coding and OOPS as
the user never has to bother about the elements of the program. The user gives the input and inturn gets the desired output. Where does abstraction really come into play in this ?.I guess i got the whole concept wrong .Do help me out ...


PaCketThirst