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
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?
What are the Differentiate between abstraction and encapsulation.
Differentiate between overloading and overriding.
What is the practical implementation of inner classes?
explain dynamic binding
What do you mean by virtual function and virtual classes?
What are the properties that are defined in an object model?
What are base class, sub class and super class?
explain the difference between operator overloading and function overloading.
How do I make sure that an object is released in code such as a connection or file object?
What are sealed modifiers?
If a method definition has been specified in class , its 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?
What is the use of ‘finalize’?
Can you tell something about GDI objects?
Can you create an instance for an abstract class?