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 is inheritance in java?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is virtual multiple inheritance?
What is data encapsulation and what's its significance?
How does abstraction differ from encapsulation.
Explain about parametric polymorphism?
Difference between class and an object?
What is the difference between a class and an object?
What are inner classes and what is the practical implementation of inner classes?
Does a class inherit the constructor of its super class?
Explain what is single and multiple inheritance?
What are the different types of arguments?
What is the function of messaging metaphor?
Explain about the relationship between object oriented programming and databases?
What is early and late Binding?