Tagged Questions
1
vote
2answers
531 views
Is there a difference between property and attribute?
These two words are completely synonymous for me, but I wonder if there's actually a useful semantic difference that I can incorporate into coding/naming conventions/process.
1
vote
2answers
135 views
How to use the APIs for different platforms?
From what I know, learning a programming language consists of :
1- Learning the syntax
2- Learning how does the language handle\use\implement its "abilities" (Classes, delegates, structs, ...