I would like to make all my public variables variables/methods/classes internal when compiling my Visual Studio project. The source code would not change but when the compiled library is done, it shou
I\'ve always wonder开发者_StackOverflowed on the topic of public, protected and private properties. My memory can easily recall times when I had to hack somebody\'s code, and having the hacked-upon cl
Given the Java code below, what\'s the closest you could represent these two static final variables in a Ruby class? And, is it possible in Ruby to distinguish between private static and public static
Most of what I need to accomplish is doable with Google docs spreadsheets, except locking only certain fields to allow updates by the public so they can do their own calculations based on the data. I
im somewhat new to c++ so i don\'t know ho开发者_高级运维w to do this but my main point in recoding this is to incress the speed of my program, i have been coding a project
I have included a user control in another statically following code : place the folowing directive in the asp code of the parent page or
I\'m new to Java and OOP, I was using a private subclass (actually a struct) B in a class A, and everything went well until I decided to make a parent class C for subclass B.I want make public some o
We have generated RSA public key by our java program to encrypt the data in C+开发者_如何学Python+ before transmitting it but when we use this key to encrypt the data using Microsoft encryption API, i
I\'m maintaining a Rails app that has content in the public/ folder that will now need to be protected by a login.We\'re considering moving those folders of files into a path outside of public/ and wr
Having hard time understanding classes and why I can\'t access certain object. How can i modify the code so I can change \"map\"(which is a bunch of labels) properties in all of my classes/events?