Hello,
I have a noobish question. How do you create concrete class from an abstract one?
I have to build a geodatabase from a data model ( PODS 7.0 ) using abstract classes. I have to create concrete classes by extending the abstracted one. I have a degree in programing so I understand what inheritance means but I don't have a clue of what the result should look like in Arcgis desktop/catalog and how to do that.
I don't find any clear explanation/resource of what I have do to get my concrete class exactly as I should.
The closest thing I know of to make a sort of inheritance is composite relationship but I do'nt really think that the good way to use this data model because that would extend a concrete class from a concrete class (as there is data in it). I'm not convinced 