Reading-Notes

Class 07: - HTML Tables; JS Constructor Functions


Domain Modeling

Domain modeling is all about conceptualizing the problem. In the model there should be attributes, behaviours, entities and limitations. This is shown in the reading using a object orientated model. Using a domain model you should be able to identify what’s going on in a problem; that’s only if it’s written well.


Tables


Functions, Methods, and Objects