Last active
November 5, 2019 13:49
-
-
Save Mohsens22/8e9d385f04fe19596cd08780d9b32581 to your computer and use it in GitHub Desktop.
Programming concepts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - What is this course and what we're gonna learn | |
| - What is programming | |
| - What is not programming | |
| - Why you should know programming concepts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1- Variable and types | |
| 2- Input and output | |
| 3- Operator and Operands | |
| 4- Conversion of Types | |
| 5- If | |
| 6- Sorting | |
| 7- Min and Max | |
| 8- Logical Gates | |
| 9- Loops | |
| 10- Arrays | |
| 11- Function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1- Value vs reference | |
| 2- Recurring methods |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Class and Object | |
| Inharitance | |
| Abstraction | |
| Polymorphism | |
| Encapsulation | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Array | |
| Queue | |
| Stack | |
| Hashset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment