Answer Posted / debalina
In Unified Modeling Language (UML) sequence diagrams, a
guard condition, also called as an interaction constraint,
is a Boolean conditional expression that guards an
interaction operand in a combined fragment. A guard
condition contains two expressions that designate the
minimum and maximum number of times that a loop combined
fragment executes.
| Is This Answer Correct ? | 29 Yes | 5 No |
Post New Answer View All Answers
What do you mean by polymorphism?
What is function override?
Difference between composition and inheritance ?
Can an interface implement or extend another interface?
How do we implement serialization actually?
Explain about polymorphism?
What is the use of finalize method?
Explain what an object is.
What are the limitations of oops?
What are abstract classes?
What is inheritance in java?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Explain about inheritance hierarchies?
State some of the advantages of object oriented programming?
What are the types of polymorphism?