8358 Object-oriented Programming with Java, Part 1

Contents

  1. 8358 Object-oriented Programming with Java, Part 1
  2. Objectives
  3. Agenda
  4. Hello World
  5. Procedural Programming
  6. Modularization
  7. Classes
  8. A Class in Java
  9. SimplePoint
  10. "Finding" Classes
  11. "Finding" Methods
  12. Objects
  13. Agenda
  14. The Lifecycle of an Object
  15. Objects in Java
  16. Creating Objects
  17. Creating Objects
  18. Creating Objects
  19. Creating Objects
  20. Constructors
  21. Constructors
  22. Give me an example, please
  23. More constructor examples
  24. Using the Constructors
  25. The Lifecycle of an Object
  26. Using Objects
  27. Messages and Methods
  28. Messages and Methods
  29. Using Objects
  30. Using Objects
  31. Using Objects
  32. Using Objects
  33. The Lifecycle of an Object
  34. Reference Counting
  35. Reference Counting
  36. Reference Counting
  37. Cleaning up unused objects
  38. Cleaning up unused objects
  39. Cleaning up unused objects
  40. Sometime later...
  41. Sometime later...
  42. Agenda
  43. Public Data Members
  44. Public Data Members
  45. SimplePoint2
  46. Public Data Members
  47. Pictorially...
  48. Pictorially...
  49. Agenda
  50. Classes revisited
  51. Classes revisited
  52. Class (static) data
  53. Class (static) data
  54. SimplePoint3D
  55. Class methods
  56. SimplePoint3D
  57. Class Methods
  58. Class Methods
  59. Agenda
  60. Hello World
  61. Hello World
  62. Summary
  63. Class Design Hints
  64. What you don't know!
  65. What you do know