Changes between Version 2 and Version 3 of BeginnerSoftwareVideos
- Timestamp:
- Sep 2, 2017, 3:48:54 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BeginnerSoftwareVideos
v2 v3 10 10 5. [https://www.youtube.com/watch?v=gtQJXzi3Yns&list=PLFE2CE09D83EE3E28&index=5 Variables] 11 11 6. [https://www.youtube.com/watch?v=5DdacOkrTgo&list=PLFE2CE09D83EE3E28&index=6 Getting User Input] 12 7. [https://www.youtube.com/watch?v=ANuuSFY2BbY&list=PLFE2CE09D83EE3E28&index=7 Building a Basic Calculator]13 12 8. [https://www.youtube.com/watch?v=8ZaTSedtf9M&list=PLFE2CE09D83EE3E28&index=8 Math Operators] 14 9. [Increment Operators] 13 9. [https://www.youtube.com/watch?v=ydcTx6idTs0&list=PLFE2CE09D83EE3E28&index=9 Increment Operators] 14 * 7. [https://www.youtube.com/watch?v=ANuuSFY2BbY&list=PLFE2CE09D83EE3E28&index=7 Building a Basic Calculator] 15 25. [https://www.youtube.com/watch?v=JzMdepMLW44&list=PLFE2CE09D83EE3E28&index=25 Math Class Methods] 16 26. [https://www.youtube.com/watch?v=AhwIYAXPASw&list=PLFE2CE09D83EE3E28&index=26 Random Number Generator] 15 17 16 18 == Conditionals == … … 24 26 == Loops and Arrays == 25 27 13. [https://www.youtube.com/user/thenewboston While Loop] 28 * 21. [https://www.youtube.com/watch?v=KXuQQh6AynQ&list=PLFE2CE09D83EE3E28&index=21 Simple Averaging Program] 26 29 24. [https://www.youtube.com/user/thenewboston do while Loops] 27 30 22. [https://www.youtube.com/watch?v=rjkYAs6gAkk&list=PLFE2CE09D83EE3E28&index=22 for Loops] 31 * 23. [https://www.youtube.com/watch?v=T9TcAm9g0mo&list=PLFE2CE09D83EE3E28&index=23 Compound Interest Program] 28 32 27. [https://www.youtube.com/watch?v=L06uGnF4IpY&list=PLFE2CE09D83EE3E28&index=27 Introduction to Arrays] 29 33 28. [https://www.youtube.com/watch?v=nTF-RcgsV0E&list=PLFE2CE09D83EE3E28&index=28 Creating an Array Table] … … 40 44 14. [https://www.youtube.com/watch?v=XqTg2buXS5o&list=PLFE2CE09D83EE3E28&index=14 Using Multiple Classes] 41 45 15. [https://www.youtube.com/watch?v=7MBgaF8wXls&list=PLFE2CE09D83EE3E28&index=15 Use Methods with Parameters] 46 35. [https://www.youtube.com/watch?v=BFL1oWnEO2k&list=PLFE2CE09D83EE3E28&index=35 Variable Length Arguments] 42 47 16. [https://www.youtube.com/watch?v=9t78g0U8VyQ&list=PLFE2CE09D83EE3E28&index=16 Many Methods and instances] 43 48 17. [https://www.youtube.com/watch?v=tPFuVRbUTwA&list=PLFE2CE09D83EE3E28&index=17 Constructors] 44 49 39. [https://www.youtube.com/watch?v=LS7BzkBzn3Y&list=PLFE2CE09D83EE3E28&index=39 Multiple Constructors] 50 41. [https://www.youtube.com/watch?v=MK2SMJZbUmU&list=PLFE2CE09D83EE3E28&index=41 Building Objects for Constructors] 51 43. [https://www.youtube.com/watch?v=ZBkyPA6NZR8&list=PLFE2CE09D83EE3E28&index=43 Composition] 45 52 46 53 == Keywords == … … 48 55 46. [https://www.youtube.com/watch?v=Mhxp5dZOy78&list=PLFE2CE09D83EE3E28&index=46 static47. [More on static 49 56 48. [https://www.youtube.com/watch?v=Suxdg95FV1w&list=PLFE2CE09D83EE3E28&index=48 final] 57 44. [https://www.youtube.com/watch?v=uFGrL5vyp54&list=PLFE2CE09D83EE3E28&index=44 Enumeration] 58 45. [https://www.youtube.com/watch?v=r-_6fJpC-pk&list=PLFE2CE09D83EE3E28&index=45 EnumSet Range] 50 59 51 60 == Common Methods == 52 40. [https://www.youtube.com/watch?v=eqP5X6APc5w&list=PLFE2CE09D83EE3E28&index=40 Set and Get Methods]61 40. [https://www.youtube.com/watch?v=eqP5X6APc5w&list=PLFE2CE09D83EE3E28&index=40 Get and Set Methods] 53 62 42. [https://www.youtube.com/watch?v=l0N6WvIVoUI&list=PLFE2CE09D83EE3E28&index=42 toString Method] 54 63 55 64 == Object Oriented Programming (OOP) == 56 49. [ Inheritance]57 55. [ Introduction to Polymorphism]58 56. [ Polymorphic Arguments]59 57. [ Overriding Rules]60 58. [ Abstract and Concrete Classes]61 59. [ Class to Hold Objects]62 60. [ Array Holding Many Objects]63 61. [ Simple Polymoprhic Program]65 49. [https://www.youtube.com/watch?v=9JpNY-XAseg&list=PLFE2CE09D83EE3E28&index=49 Inheritance] 66 55. [https://www.youtube.com/watch?v=0xw06loTm1k&list=PLFE2CE09D83EE3E28&index=55 Introduction to Polymorphism] 67 56. [https://www.youtube.com/watch?v=KKbN5pjBZGM&list=PLFE2CE09D83EE3E28&index=56 Polymorphic Arguments] 68 57. [https://www.youtube.com/watch?v=zN9pKULyoj4&list=PLFE2CE09D83EE3E28&index=57 Overriding Rules] 69 58. [https://www.youtube.com/watch?v=TyPNvt6Zg8c&list=PLFE2CE09D83EE3E28&index=58 Abstract and Concrete Classes] 70 59. [https://www.youtube.com/watch?v=slY5Ag7IjM0&list=PLFE2CE09D83EE3E28&index=59 Class to Hold Objects] 71 60. [https://www.youtube.com/watch?v=0--h2x6HENA&list=PLFE2CE09D83EE3E28&index=60 Array Holding Many Objects] 72 61. [https://www.youtube.com/watch?v=6d0m_L8_1XU&list=PLFE2CE09D83EE3E28&index=61 Simple Polymoprhic Program] 64 73 65 == Input/Output (I/O) ==66 78. [ File Class]67 79. [ Creating Files]68 80. [ Writing to Files]69 81. [ Reading from Files]74 == File Input/Output (I/O) == 75 78. [https://www.youtube.com/watch?v=7fC9nL3_AQQ&list=PLFE2CE09D83EE3E28&index=78 File Class] 76 79. [https://www.youtube.com/watch?v=G0DfmD0KKyc&list=PLFE2CE09D83EE3E28&index=79 Creating Files] 77 80. [https://www.youtube.com/watch?v=Bws9aQuAcdg&list=PLFE2CE09D83EE3E28&index=80 Writing to Files] 78 81. [https://www.youtube.com/watch?v=3RNYUKxAgmw&list=PLFE2CE09D83EE3E28&index=81 Reading from Files] 70 79 71 80 == Exceptions == 72 82. [Exception Handling] 73 74 75 76 77 78 36. [Time Class] 79 37. [Dislpay Regular Time] 80 81 41. [Building Objects for Constructors] 82 43. [Composition] 83 44. [Enumeration] 84 45. [EnumSet Range] 85 86 87 88 21. [Simple Averaging Program] 89 23. [Compound Interest Program] 90 25. [Math Class Methods] 91 26. [Random Number Generator] 92 35. [Variable Length Arguments] 81 82. [https://www.youtube.com/watch?v=K_-3OLkXkzY&list=PLFE2CE09D83EE3E28&index=82 Exception Handling]