abstraction
Abstraction, am I doing it too much?
I\'m writing a game with a SDL, OpenGL, a physics engine and an embedded scripting language. The thing I have been doing in the last weeks: Abstracting. I have written abstraction classes representi[详细]
2023-01-27 09:46 分类:问答Is having a wrapper for your IoC a good idea?
I have been using StructureMap for more than a year now. And all this time I used to have a wrapper class called IoC which looked like this[详细]
2023-01-26 09:51 分类:问答Abstraction and information hiding
Abstraction means hiding \'implementation details\'..... So the goal of abstraction is to achieve information hiding?? And whatis hidden开发者_StackOverflow中文版 in Information hiding if not implemen[详细]
2023-01-25 08:14 分类:问答Can Scala be seen as an 'Abstraction Inversion'?
Greetings, It\'s a provocative question, aiming to open debate about how abstraction inversion are seen among developer community. I\'m really curious to know what you think.[详细]
2023-01-25 03:14 分类:问答Searching for some confirmation or guidance on usage of abstract class in Php
Basically I\'m looking for feedback or guidance on something I\'ve created this week at work. The problem was that I had two types of document upload. These types both shared methods like upload, isUp[详细]
2023-01-24 15:53 分类:问答Overloading an abstract method
Consider this example: public interface IAccount { string GetAccountName(string id); } public class BasicAccount : IAccount[详细]
2023-01-22 22:57 分类:问答Reutilizing same c ADT for other types
So i\'m having trouble figuring how to overcome this. Take for example, i have a red black tree implementation that works with items:[详细]
2023-01-22 13:50 分类:问答encapsulation and abstraction OOPs concept
Does Encapsulation is information Hiding or it leads to information hiding?? As we say that Encapsulation binds data and functions in a single entity thus it provides us control over data flow and we[详细]
2023-01-19 07:44 分类:问答Homogeneous software integration
I am thinking about some issues which may match the term software integration best. Assume there is a machine running an operating system and some programmsA, B and C. Now all programms somehow stor[详细]
2023-01-18 21:26 分类:问答Purpose of abstraction
What is the purpose of abstraction in coding: Programmer\'s efficiency or program\'s efficiency? Our professor said that it is used merely for helping the programmer comprehend & modify programs[详细]
2023-01-17 13:37 分类:问答