All,
For my knowledge, if I declare Class as follow, then it thows
compilation error.
Protected Class Book
End Class
Even same for...
Protected Friend Class Book
End Class
As per my search, class that has to be declared with Protected, should be
declared within other class.
Any suggestion why it is so ?
Mayur H Chauhan
For my knowledge, if I declare Class as follow, then it thows
compilation error.
Protected Class Book
End Class
Even same for...
Protected Friend Class Book
End Class
As per my search, class that has to be declared with Protected, should be
declared within other class.
Any suggestion why it is so ?
Mayur H Chauhan
Comment