Re: [Tutor] Super class

2009-09-25 Thread Alan Gauld
"Dave Angel" wrote It's an object oriented thing, and as such, "advanced programming." (IMHO) Yep, I'd agree. Although OOP is becoming more mainstream every year. In the way that using functions and proceduires used to e considered advanced concepts(compared to subroutines and GOTO) but are

Re: [Tutor] Super class

2009-09-25 Thread Dave Angel
Katt wrote: As I am a beginner I am constantly assimilating new python code and vocabulary associated with it. Could someone please explain to me what a super class is, its importance and what level of python programming it is(beginner,intermediate,advanced programming technique)? This would

[Tutor] Super class

2009-09-25 Thread Katt
As I am a beginner I am constantly assimilating new python code and vocabulary associated with it. Could someone please explain to me what a super class is, its importance and what level of python programming it is(beginner,intermediate,advanced programming technique)? This would greatly help