This is the labs of COMP3021(Java Programming) of HKUST in 2015Spring.
This project is about a micro-blog implemented by JAVA. It has 8 sections, each section is related to a lab assignment of one week
- Learn how to create an object
- Learn how to inherit an object
- Learn how to new an object
- Create an object named Post and an object named User
- Create an object named FriendsPost inherited from Post
- Test all your objects
- Basic String operations
- Use Console to handle input and output
- Create an object named Blog and implement three basic methods
- Test all methods