ooad
How to handle billions of objects without "Outofmemory" error
I have an application which may needs to process billions of objects.Each object ofis of TRange class type. These ranges are created at different parts of an algorithm which depends on certain conditi[详细]
2023-01-19 07:00 分类:问答technical aspects of 'isa' in c++
what exactly does it mean from technical point of view, I understood that it means that my deriv开发者_开发百科ed class can always be converted to base class, that\'s it? I read some materials without[详细]
2023-01-18 18:29 分类:问答how will Contained class call member function of containing class - Composition in C++
This is a general design question from C++ perspective. I have a container class which contains objects of 2 other classes.[详细]
2023-01-16 15:36 分类:问答Difference Between Cohesion and Coupling
What is the difference between cohesion and coupling? How can coupling and cohesion lead to either good or poor software design?[详细]
2023-01-04 09:22 分类:问答help me to choose between two designs
// stupid title, but I could not think anything smarter I have a code (see below, sorry for long code but it\'s very-very simple):[详细]
2022-12-31 04:20 分类:问答Abstract base class to force each derived classes to be Singleton
How do I make 开发者_如何学Goan abstract class that shall force each derived classes to be Singleton ? I use C#.that would not work because the singleton needs somwhere a static access and that can no[详细]
2022-12-30 10:16 分类:问答What does "program to interfaces, not implementations" mean?
One stumbles upon this phrase when reading about design patterns. But I d开发者_开发问答on\'t understand it, could someone explain this for me?[详细]
2022-12-27 17:51 分类:问答OOAD book recommendation: from theory to practice [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-18 06:44 分类:问答Encapsulate Use Cases in a software
I usually write use cas开发者_如何学运维es for all the software that I develop. For each use case I generally write a controller which directs the flow (implements a use case).[详细]
2022-12-16 21:59 分类:问答Why do we use Interface? Is it only for Standardization? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JS百科[详细]
2022-12-15 23:27 分类:问答
加载中,请稍侯......