answersLogoWhite

0

you implement the logic to Develop a programme and you deploy the programme to the customer to use and give feedback.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: What is different between Implementation and deployment?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is meant by development and deployment in java programming language?

These terms are not limited to Java programming. Development refers to anything having to do with creating a program. Design and implementation fall under this category. Deployment is delivering the program to other people.


What is the difference between abstraction and virtualization?

Terms I used: INTEND - the method signature, including the return type, the name of the method, and the definition of the method arguments, if any. IMPLEMENTATION - the method body, the codes between the {} after the INTEND, the behavior. An abstract method only defines the INTEND with no IMPLMENTATION. Every derived class inherits such an abstract method must supply an implementation to fulfill that INTEND. A virtual method has the INTEND and the implementation. The original implementation sometimes called default behavior. An empty method body (nothing but only {}) is NOT the same as no IMPLEMENTATION. a derived class has the option to override the default implementation defined by a virtual method (to provide a new method body), or just to leave that default behavior as it is.


What is different between inheritance and encapsulation?

wrapping up of data and function into a single unit is called encapsulation where polymorphism is the ability to take more than one form


Which is the best shortest path algorithm?

dijkstra's algorithm (note* there are different kinds of dijkstra's implementation) and growth graph algorithm


Difference between simple and symmetrical dda line drawing algorithm?

"Simple DDA" does not require special skills for implementation.