C
Carl Forsman
where can i found C# doucmentation like Java Doc?
Is C# just like Java where it has
- class / interface
- reference to object through . (dot) notation
- create object through new keyword
- interface is all empty
- had util library like java.util.*
- had io library like java.io.*
Is C# just like Java where it has
- class / interface
- reference to object through . (dot) notation
- create object through new keyword
- interface is all empty
- had util library like java.util.*
- had io library like java.io.*