Computer Science Canada

Class

Author:  Tendulkar [ Wed Dec 17, 2003 7:27 pm ]
Post subject:  Class

can somebody tell me what does class and module do in turing?
I checked some of the program but i don't know what they exactly do

Author:  Tony [ Thu Dec 18, 2003 12:48 am ]
Post subject: 

its for OOP - Object Oriented Programming.

A style of programming that involves creating and manipulating objects rether then just programming a sequence of commands.


: