Difference between revisions of "AP Computer Science"

From WLCS
Line 12: Line 12:
 
** makes the variable unchangeable
 
** makes the variable unchangeable
 
** final variable example
 
** final variable example
 +
* abstract keyword
 +
** Abstract classes walk-through (Animal->Mammal, Fish, Bird)
  
 
== Tuesday (3/5/19) ==
 
== Tuesday (3/5/19) ==

Revision as of 00:20, 11 March 2019

Thursday (3/7/19)

Agenda:

  • Confirm that you have completed the Albert.io Inheritance & Polymorphism assignment
    • Questions?
  • Method overriding review & example
  • Complete eIMACS: Lab 4: Inventory Tracking
  • static keyword (for methods or for variables)
    • binds the method or variable to the class NAME as opposed to the object instance
    • static method example
    • static variable example
  • final keyword
    • makes the variable unchangeable
    • final variable example
  • abstract keyword
    • Abstract classes walk-through (Animal->Mammal, Fish, Bird)

Tuesday (3/5/19)

Agenda:

Archives