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's the main difference between arraylist / hashmap and vector / hashtable?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is virtual?
Explain what is polymorphism?
Explain the rationale behind object oriented concepts?
What are inner classes and what is the practical implementation of inner classes?
What is the difference abstract class and interface?
When will you use an interface and abstract class?
Which oops concept exposes only necessary information to the calling functions?
Is it possible to create partial structs, interfaces and methods?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What are the properties that are defined in an object model?
Explain about realistic modeling?
What do you mean by data hiding?
What are Classes and Objects?