T
Tony Johansson
Hello!!
If you write private class Test {} you have a private class
If you write public class Test {} you have a public class
If you write protected class Test {} you have a protected class
If you write internal class Test {} you have a internal class
Now to my question
If you just write class Test {}
what access is it then on the class Test meaning what is the default access.
//Tony
If you write private class Test {} you have a private class
If you write public class Test {} you have a public class
If you write protected class Test {} you have a protected class
If you write internal class Test {} you have a internal class
Now to my question
If you just write class Test {}
what access is it then on the class Test meaning what is the default access.
//Tony