Conceptual model (computer science): Difference between revisions

Content deleted Content added
Rbraunwa (talk | contribs)
m moved Conceptual model(Computer Science) to Conceptual model (computer science): Spacing, capitalization in the title
No edit summary
Line 1:
A conceptual model is the result of [[Object-oriented analysis and design#Analysis|object-oriented analysis]], it captures conceptsideas in thea problem ___domain. The conceptual model is explicitly chosen to be independent of implementation details, such as concurrency or data storage. It is the result of [[Object-oriented analysis and design#Analysis|object-oriented analysis]].
 
The aim of conceptual model is to express the meaning of terms and concepts used by ___domain experts to discuss the problem, and to find the correct relationships between different concepts. The conceptual model attempts to clarify the meaning of various usually ambiguous terms, and ensure that problems with different interpretations of the terms and concepts cannot occur. Such differing interpretations could easily cause the software projects that are based on the interpretation of the concepts to fail. Once the ___domain concepts have been modelled, the model becomes a [[stability (software engineering)|stable]] basis for subsequent development of applications in the ___domain. The concepts of the conceptual model can be used as basis of object-oriented design and implemented in program code, in particular as classes in object-oriented languages. The realization of conceptual models of many domains can be combined to a coherent platform.