Re: Getting the "dir" from the other ancestor ?

2009-04-28 Thread Stef Mientki
tuxagb wrote: On 28 Apr, 15:01, Stef Mientki wrote: hello, I have a class, derived from some user defined class (User_Defined_Ancestor) and some basic class (Basic_Ancestor). One of the major tasks of the Basic_Ancestor, is to hide all kinds of implementation details for the user, so the u

Re: Getting the "dir" from the other ancestor ?

2009-04-28 Thread tuxagb
On 28 Apr, 15:01, Stef Mientki wrote: > hello, > > I have a class, derived from some user defined class > (User_Defined_Ancestor) and some basic class (Basic_Ancestor). > > One of the major tasks of the Basic_Ancestor, > is to hide all kinds of implementation details for the user, > so the user ca

Getting the "dir" from the other ancestor ?

2009-04-28 Thread Stef Mientki
hello, I have a class, derived from some user defined class (User_Defined_Ancestor) and some basic class (Basic_Ancestor). One of the major tasks of the Basic_Ancestor, is to hide all kinds of implementation details for the user, so the user can concentrate on the functional design. One of th