java Programming Glossary: recordtype
Is This Use of the “instanceof” Operator Considered Bad Design? http://stackoverflow.com/questions/8841577/is-this-use-of-the-instanceof-operator-considered-bad-design In one of my projects I have two data transfer objects RecordType1 and RecordType2 that inherit from an abstract class of RecordType... projects I have two data transfer objects RecordType1 and RecordType2 that inherit from an abstract class of RecordType. I want both.. and RecordType2 that inherit from an abstract class of RecordType. I want both RecordType objects to be processed by the same..
|