Answer Posted / aktarul ahsan
Guard condition is a boolean expression associated with a transition that is evaluated at the time the event fires The transition only takes place if the condition is true.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is static and dynamic Binding?
Can you instantiate an abstract class and what is an inner class?
What is the practical implementation of inner classes?
Explain about the analysis phase?
Write about abstract base classes?
What are the properties that are defined in an object model?
What is overriding?
What is the difference between an interface and abstract class?
What's the order of call of constructors in inheritiance?
What is a friend function?
Explain the usage of encapsulation?
What is virtual?
Do we require parameter for constructors?
How can we restrict inheritance for a class so that no class can be inherited from it?
Explain the purpose of composition.