I have a lot of experience with java and c++ development, so classes and abstracting data is pretty easy for me. I only started objective C a short time ago, and i was mostly working with in class glo
What may be the problem if i get the following error. while i am extending a class i got this error example:
I need to abstract some behavioural code and have a problem trying to reference the objects in the class that is calling these behaviours, let me try to explain:
I\'m in a situation where I\'m required to make at least s开发者_开发技巧ome effort to remove never-used code from my source code.The general preference is to use a static code analysis tool.We\'ve ha
I\'m writing an application using DDD techniques. This is my first attempt at a DDD project. It is also my first greenfield project and I am the sole developer. I\'ve fleshed out the domain model and
While Developing an OS Abstraction layer for a multi-modular system, which approach should one take: Create a Shared Library of OS services and each module i开发者_如何学Gos built to use it and runs
I am writing an interface to a sorted collection of objects. As is the usual, I leave it up to the user to specify how these items are sorted. I am currently torn however, between offering a key-value
How can we clearly differ architectural term abstraction开发者_如何学C from a software component,
I have two console apps, Query and Update, that share some functionality.I wanted to have the two classes inherit from a common base class, but the problem is that, for a console app, I have to have a