Search results

  1. Glide

    Algorithm for marking :)

    Question 22 E 2002 paper 2002 Paper here BEGIN CostOfTickets(UserDest,NumSingle,NumReturn) Set FoundDest as Boolean Set TotalFare as Integer Set Index as Integer FoundDest = False TotalFare = 0 Index = 1 WHILE destination(Index) < 101 AND FoundDest = False IF...
  2. Glide

    OOP questions..

    Hey guys.. Strugging a little with OOP concepts. My text book (Fowler) really has bad descriptions of basic OOP concepts.. Anyone got good definitions of Encapsulation, polymorphism and Abstraction? I kinda know what encapsuation is.. its where programming language dont expose the code...
Top