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
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
This is a general design question from C++ perspective. I have a container class which contains objects of 2 other classes.
What is the difference between cohesion and coupling? How can coupling and cohesion lead to either good or poor software design?
// 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):
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
One stumbles upon this phrase when reading about design patterns. But I d开发者_开发问答on\'t understand it, could someone explain this for me?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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).
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JS百科