What are the tools you used for OOAD?
Answers were Sorted based on User's Feedback
Answer / paul howard
I use UML, in particularly Sparx Enterprise Architect.
Is This Answer Correct ? | 2 Yes | 2 No |
How can we restrict inheritance for a class so that no class can be inherited from it?
What is inheritance?
Explain about object oriented programming?
Explain colloboration
What does the “abstract” keyword mean in front of a method? A class?
What are the features of encapsulation ?
What is Object Constraint Language (OCL)?
Which OOPS concept exposes only the necessary information to the calling functions?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Why are outlet connections required in object-oriented programming?
What is the main difference between overloading and overriding?
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?