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 the difference between function overloading and over riding?
Why do we use oops concepts? What is its advantage?
Explain about the analysis phase?
What is the significance of encapsulation?
What are the different principle of OOPS?
What is the main difference between overloading and overriding?
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?
What are different types of arguments?
How does abstraction differ from encapsulation.
What is data abstraction? what are the three levels of data abstraction with Example?
Explain about the relationship between object oriented programming and databases?
What is dynamic or run time polymorphism?
What is data encapsulation and what is its significance?
Define a good interface?
What are the various types of constructors?