Explian following terms: Constraint Rules, Design by
contract.
Answer / debalina
Design by contract :Design by contract, DBC or Programming
by contract is an approach to designing computer software.
It prescribes that software designers should define precise
verifiable interface specifications for software components
based upon the theory of abstract data types and the
conceptual metaphor of a business contract.Because "Design
by Contract" is a trademark of Eiffel Software, the
maintainers of Eiffel, many developers will refer to it
only as programming by contract or contract-first
development. The principal idea of Design by Contract (DBC)
is that a class and its clients have a contract with each
other: The client must guarantee certain conditions before
calling a method specialized on the class (the
preconditions), the class guarantees certain properties
after the call (the postconditions). If the pre- and
postconditions are included in a form that the compiler can
check, then any violation of the contract between caller
and class can be detected immediately.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write about abstract base classes?
What is the difference between data hiding and implementation?
What are abstract classes?
Write a note on encapsulation?
What is bootstrap, extension and system class loader?
What are the Design Patterns you know.
2 Answers InfoAxon Technologies, Protech,
What is a static method? Why do we need static methods in java 8 interfaces?
What are virtual functions, base class pointer, derived class pointer, biding references?
0 Answers HPCL, Hughes Systique Corporation,
How a program can be structured using the concept of object oriented programming?
Do we require a parameter for constructors?
What are the major differences between late and dynamic binding?
What is sealed modifiers?