Aims
Get a notion of the Basic OO concepts :
- Abstraction,
- Encapsulation,
- Modularity,
- Hierarchy,
- Typing,
- Concurrency,
- Persistence.
Get introduced to Java’s OO Programming :
- Classes, Instances, Data, Methods,
- Constructors, Inheritance, Abstraction, Interfaces.
Be able to read and write simple classes.