This is a variation of an iron triangle question:
The Project Management Triangle (called also Triple Constraint) is a model of the constraints of pr ...
Search results for model
Describe C++ object model
Posted by CMaster (http://www.open-std.org)
Answer
Based on ISO Standard for C++ Programming Language, the constructs in a C++ program create, destroy, refer to, access, and manipulate objects. ...
What is namespace of asp.net mvc?
Posted by CMaster
Answer:
ASP.NET MVC namespaces and classes are located in the System.Web.Mvc assembly.
System.Web.Mvc namespace
Contains classes and interfaces that ...
OLE is build on top of COM. OLE was built over COM for years, while COM as a technology was presented by Microsoft a few years ago.
COM is a specifi ...
IUnknown is the base interface of COM. All other interfaces must derive directly or indirectly from IUnknown.
There are three methods in that interf ...
Another very common variation is how to store a tree data structure in a database.
Be prepared to answer this question even if you are applying for U ...
1. Classic waterfal model
2. Iterative Prototype model
3. Rapid application development (RAD) model
4. Spiral model
5. Agile (Sprint/Scrum) Model
6. F ...
Explain Iterative model, Incremental model, Spiral model, Evolutionary model and V-Model?
Posted by priyanka
Iterative model - This model iterates requirements, design,, build and test phases again and again for each requirement and builds up a system iterat ...
