what is the difference between the up phase and up workflows?
Answer Posted / sushmitha
Workflow deals with the technical aspects involved in the development of the information system.
Phase involves the business context of the info system.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Can we access interface static method using interface references?
Difference between composition and inheritance ?
What are the features that are provided to make a program modular?
What is a nested interface?
Can an interface have an inner class?
What is polymorphism and abstraction?
What is static and dynamic Binding?
Classes and structs support inheritance. Is this statement true or false?
What does the “abstract” keyword mean in front of a method? A class?
What are the four important foundation concepts of OOP ?
What is the diffrence between an abstract class and interface?
what three "domains" are considered during analysis modeling?
What is the difference between new and override?
Explain what is an object?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?