Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / shilpa
OOA IS STATIC IN NATURE AND OOD IS DESIGN BASED
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What are the major differences between late and dynamic binding?
What is method overriding?
Explain what a method is?
Explain about inheritance hierarchies?
What is ‘this’ pointer?
Explain the meaning of object in object oriented programming?
Can we access interface static method using interface references?
What is the difference between data hiding and implementation?
Can you tell something about GDI objects?
Explain what is meant by polymorphism?
What is the difference between aggregation and composition?
What is the main difference between a class and an object?
Is it possible to override private virtual methods?
What is the use if instanceof keyword? And how do refer to a current instance of object?