OT - prog languages

2002-09-09 Thread Kevin Gilchrist
When I took CS101, I created a Stack ADT in Pascal. I specifically implemented each procedure (Push, Pop, StackNew, IsStackEmpty, etc.. ) and learned different approaches to take to make it all work. Yeah I did the same in Modula-2. Moving into Java, the students no longer have to create

Re: OT - prog languages

2002-09-09 Thread Jeffry Houser
At 01:53 PM 9/9/2002 -0400, you wrote: Moving into Java, the students no longer have to create a Stack ADT, they merely have to create an instance of the stack class and all the methods are already there. That's surprising, I would have thought that they make the students create the

RE: OT - prog languages

2002-09-09 Thread Nick McClure
. I am pretty sure this was one of the ones I could take. -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:10 PM To: CF-Talk Subject: Re: OT - prog languages At 01:53 PM 9/9/2002 -0400, you wrote: Moving into Java, the students