What is Object Constraint Language (OCL)?
Answer / naveen sisupalan
OCL is used to define pre conditions, post conditions and
other conditional statements in UML.
Is This Answer Correct ? | 3 Yes | 0 No |
What are abstract methods?
What are abstract functions? Why are they used?
What do you mean by "explicitly implemeting an interface". Give an example?
Why is OOP good?
What is sealed modifiers?
Is it possible to create partial structs, interfaces and methods?
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?
Define a good interface?
What is the difference abstract class and interface?
Explain about uml?
Can different parts of a partial class inherit from different interfaces?
Which keyword can be used for overloading?