Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / puri
OOA focuses on what the system does, OOD on how the system
does it
| Is This Answer Correct ? | 73 Yes | 9 No |
Post New Answer View All Answers
Is is possible to define our own functional interface?
Write a program to show the inheritance used in a class.
Explain what a method is?
What is data encapsulation and what is its significance?
What is the syntax of object oriented method call?
What is virtual multiple inheritance?
Explain what is polymorphism?
What are all the operators that cannot be overloaded?
If a method definition has been specified in the 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?
Can we use static method definitions in interfaces?
Explain about inheritance hierarchies?
Differentiate between overloading and overriding.
Which OOPS concept is used as a reuse mechanism?
What is the use of ‘finalize’?
Is iterator a class or interface? What is its use?