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

JudyJudy
Simplicity is my specialty.
Chat with Judy
DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra

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.