abstraction
Abstracting multiple C# classes
I have to deal with a project where someone else has copied and pasted the same class some 12 times, added some custo开发者_如何学运维mization, but mainly, the structure of the classes are really simi[详细]
2023-04-10 23:31 分类:问答what does the term rep-invariant and rep ok means? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_Python百科[详细]
2023-04-08 17:20 分类:问答Abstraction between Database Entities and Objects in C#/VB.net
I\'ve just gotten started with development using Visual Studio (though this can be seen as a more language-generic question), and need done design answers regarding how to suitable relate a Database E[详细]
2023-04-06 00:19 分类:问答Adding custom behavior to Clojure's sequences
Part of what\'s so powerful about Clojure is that all the core data-types implement the same sequence abstraction: clojure.lang.ISeq.[详细]
2023-04-05 19:12 分类:问答Simplify a jQuery function for multiple elements
I\'m working on my new portfolio and I have a list of projects which are using show and hide functions. In my case, I\'wrote the code for each project, but is it very repetitive. So I would like to kn[详细]
2023-04-04 12:23 分类:问答php Abstracted static variables persist between static method calls
I have a php abstract generic class with several static variables and functions. class Generic{ public static $ID;[详细]
2023-04-04 01:21 分类:问答Extending an API in C in a flexible and unobtrusive way
I\'m trying to add some additional functionality to an API. However, I\'d like these additional function开发者_如何转开发s to be in an external library of mine and not mixed with the original library\[详细]
2023-04-01 09:16 分类:问答Abstraction in Java?
Today i heard from my friend, that encapsulation is not only achieving information hiding but also abstraction. How does it achieve?[详细]
2023-04-01 08:50 分类:问答Difference in Information hiding and data abstraction?
Is there any difference in Data Abstraction and Information hiding? After going through all the answers in this link I am more confused.[详细]
2023-03-31 18:54 分类:问答What is abstraction? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-27 04:08 分类:问答