information-hiding
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 分类:问答How do search engines treat content shown by :target? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-26 02:50 分类:问答Information hiding when using the prototype object
In our code base, I find that many developers use underscores as the first letter of a member variable to discourage public use. Normally, a better practice is just to declare a local variable that\'s[详细]
2023-03-14 21:34 分类:问答hide jboss server information
I want to hide jboss server information from any users. (Servlet 2.5; JBoss- 5.0/JBossWeb-2.1, JSF/1.2)[详细]
2023-03-09 04:27 分类:问答Command Pattern seems needlessly complex (what am I failing to understand?)
I\'ve read up on the Command Pattern, and I think I\'m missing something.The Command object exists to abstract awa开发者_开发知识库y the details of the Receiver object.It seems to me that we could sim[详细]
2023-03-07 07:01 分类:问答Is it possible to hide a password defined within C++ code
... so that browsing the disassembly won\'t immediately expose the password (declared as a static variable). As an example, imagine a program that has a zip file attached that it must open for assets[详细]
2023-02-17 13:00 分类:问答Writing/implementing an API: testability vs information hiding
Many times I am involved in the design/implementation of APIs I am facing this dilemma. I am a very strong supporter of information hiding and try to use various techniques for that, including but no[详细]
2023-02-11 23:02 分类:问答Hiding classes in a jar file
Is it really impossible to hide some classes in a jar file? I wanted not to allow direct instantiation of the classes to keep it more flexible. Only the factory (or a facade) should be visible of thi[详细]
2023-02-06 04:33 分类:问答Is the purpose of an interface to hide information?
Given that interfaces are also used to help hide information, giving the user only a subset of the possible methods they are allowed to use, and, let\'s say, I have a Person class and interface IPerso[详细]
2023-02-04 02:01 分类:问答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 分类:问答