Skip to content

Instantly share code, notes, and snippets.

@softwarehangar7
Created May 26, 2019 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softwarehangar7/1ced93871f70f5ccb8ee12ace5645e39 to your computer and use it in GitHub Desktop.
Save softwarehangar7/1ced93871f70f5ccb8ee12ace5645e39 to your computer and use it in GitHub Desktop.
public abstract class HistoricalRecord {
//bunch of properties here
}
public class ProductHistoricalRecord extends HistoricalRecord {
//bunch of properties here
}
public class ServiceHistoricalRecord extends HistoricalRecord{
//bunch of properties here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment