Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

new in java, and wonders what the difference is between having a private class inside another class and a public/static or just class outside of the other class?

OpenStudy (anonymous):

classes make a program more understandable by breaking a huge script into seperate parts thereby making it more maintainable and faster to modify, upgrade, rebuild. generally ......depending on your language a public class is accessible by other classes and a private/static class isn't the same holds true for variables with the exception of a global variable.......please take this with a grain of salt I don't have time to write a book.

OpenStudy (anonymous):

maybe i should specify: really i just mean what happens if i have class{.....class{}} instead of class{} class{}. i have a linked list and what is different from writing the node inside instead of outside the class.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!