what is the difference between the up phase and up workflows?
Answer / 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 |
What is the difference between function overloading and over riding?
Do we require a parameter for constructors?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Explain about inheritance hierarchies?
What is the order of call of constructors in inheritiance?
What is Polymorphism, overloading, overriding and virtual?
What is static and dynamic Binding?
Why are outlet connections required in object-oriented programming?
Can a class in java be inherited from more than one class?
How many methods do u implement if implement the serializable interface?
What is dynamic or run time polymorphism?
What is diamond inheritance problem? How java 8 solves this problem?