Object Oriented Analysis (OOA) is the initial approach in solving a problem - designing a conceptual model as the proposed solution based on a set of requirements.
In an interview for some company, I was asked this question. What design patterns do you know...then I was …
javascript model-view-controller design-patterns object-oriented-analysisSystem design questions are a type of questions that tech companies tend to ask in the interviews in addition to …
object-oriented-analysis system-designI am new one in object oriented javascript and trying to define a class, that have an array as a …
javascript jquery object-oriented-analysisI keep hearing the term object has behavior and state or just one of them. But what is the difference …
oop object-oriented-analysisI have a task to design an online reservation system. Where a user can enter zip code/ no of people/…
java oop data-structures object-oriented-analysisWhat is the difference between sequence diagrams and communication (collaboration) diagrams in UML?
oop uml object-oriented-analysisCan someone briefly explain the difference between a Conceptual Class Diagram and a Detailed Class Diagram?
uml class-diagram object-oriented-analysisI am trying to create a class diagram which shows generalisation and maybe some form of aggregation or composition from …
uml class-diagram use-case object-oriented-analysis starumlThere are two ways of defining a method for two different classes inheriting the same trait in Scala. sealed trait …
scala object-oriented-analysisAs I understood both Adapter and Proxy patterns make two distinct/different classes/objects compatible with each for communication. And …
oop design-patterns adapter object-oriented-analysis proxy-pattern