2
Reading an article appeared the following term Runtime Object or "runtime object". What would that object be? Would it be an instance of a class? Someone could pass some example?
The part of the article:
The OO design process centers on use cases: a user performs standalone tasks that have some Useful Outcome. (Logging on is not a use case because it Lacks a Useful Outcome in the problem Domain. Drawing a Paycheck is a use case. ) An OO system, then, Implements the activities needed to play out the Various scenarios that comprise a use case. The Runtime Objects that play out the use case do so by sending messages to one Another. Not all messages are Equal, However. You Haven’t Accomplished Much if you’ve just built a procedural program that uses Objects and classes.
https://www.javaworld.com/article/2073723/core-java/why-getter-and-setter-methods-are-evil.html
But what I really wanted to know is what could be an object at runtime.
All sure you won’t get an answer, you tried something ? If yes, edit your question and ask, and explain where your question or problem is!
– NoobSaibot
I don’t know what it’s like to create an object at runtime, I just wanted an example of this, got it?
– HeyJoe
I think my problem is about the concept. What would this object be? It would be an instance of a class?
– HeyJoe
Dude, in order for me not to keep asking too many questions here, I created a chat room, it’s the first time I access there, I don’t really know how it works. Is there any way I can invite people or I just have to wait for someone to come in?
– HeyJoe
I’m not very familiar with setting up chat rooms, but you can try to take the doubt in the room Stack Burst. You can ask there, and then you can create the question here to help other users in the future.
– NoobSaibot
I created this https://chat.stackexchange.com/rooms/76732/fazendo-a-analise-de-um-sistema I don’t think I can ask for book recommendations here, right? So I asked around.
– HeyJoe
I have not yet read the article, based on the excerpt shown in the question and I suppose the cited "Runtime Object" are objects created via Object Factory or Facade Pattern using external processes.
– Augusto Vasques