Top "Object-model" questions

Use this tag for questions related to object-model.

JavaScript: What are .extend and .prototype used for?

I am relatively new to JavaScript and keep seeing .extend and .prototype in third party libraries I am using. I …

javascript prototype object-model
What's the difference between data model and object model?

CWM is data modeling UML is object modeling. Can someone explain the difference that a layman can understand?

data-modeling object-model
Multilingual data modeling on MongoDB

I am trying to model my objects on MonogoDB and not sure how to proceed. I am building a Product …

mongodb object-model
Domain Model and Object Model

What is Domain Model? What is Object Model? Are Domain Model and Object Model the same thing? What is the …

oop domain-model object-model
In Python, what is the difference between an object and a dictionary?

After an object has been created, I can add and remove slots at will, as I can do with a …

python object-model
Using TFS API, how can I find the comments which were made on a Code Review?

I'm trying to figure out a way to find details about a Code Review Request / Response item in TFS2012. I …

c# api object-model tfs-code-review
A good HTML object model in Java?

I'm looking for an HTML object model in Java, capable of parsing HTML (not required) and containing all HTML elements (…

java html api object-model