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 |
If there is a conflict between base class method definition and interface default method definition, which definition is picked?
What is the difference between data hiding and implementation?
What is bootstrap, extension and system class loader?
What is static and dynamic Binding?
What is the function of dynamic typing?
Difference Between Attribute and Association.
Does PowerShell support OOPs?
Explain the usage of encapsulation?
What is the difference between a class and a structure?
Describe the Diamond problem. Where does this problem occur?
Can you create an instance of an interface?
Can we override a method by using same method name and arguments but different return types?