What is the difference between using
internal sealed class
&
private class
?
Both in terms of functionality, but also if there is any general consensus of when to utilise them.
I tried reading up on it, but couldn’t find any comparison between the two examples.