Could not complie Main class with a super class of child class

Mkontwg

Member
Hi team

I need help on my code below, what am I missing on my OOP?
Code:
// Parent class has this method implemented
METHOD PUBLIC VOID  getChildForm(vForm AS CHARACTER):
    END METHOD.

[code]
// child class has this method
DEFINE VARIABLE vForm AS CHARACTER NO-UNDO.

 METHOD PUBLIC VOID  getChildForm(vForm AS CHARACTER):
     
 END METHOD.
 

Cringer

ProgressTalk.com Moderator
Staff member
I would strongly suggest that you may well benefit from some dedicated training. You seem to be having a lot of problems and most of them look like it's a lack of basic knowledge. I can recommend someone if you would like me to.
 

Mkontwg

Member
I would strongly suggest that you may well benefit from some dedicated training. You seem to be having a lot of problems and most of them look like it's a lack of basic knowledge. I can recommend someone if you would like me to.
Sure, tell me what do I need to know?
 

Cringer

ProgressTalk.com Moderator
Staff member
There's plenty of OpenEdge consultancies out there, but my recommendation would be Consultingwerk: Startseite
I suppose it depends on your geographic location, but I'm sure they could provide you some sort of training. They do a lot of stuff with OO and various controls. My feeling is, some dedicated input would serve you much better than lots of disparate posts on a forum.
 
Top