Stories recently tagged with 'basic'

Creating a Simple Class in C#(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 4 years, 8 months ago

The second article in the C# Object-Oriented Programming tutorial describes how classes are created in C# and how behaviour, in the form of publicly visible and private, hidden methods can be added. This demonstrates some of the uses of encapsulation. read more...

add a comment |category: |Views: 2

tags: another