|
This course provides the basis for object-oriented programming in Java. Classes, objects, and methods are fundamental to Java. You'll learn about the nature of these features, which will help you write more sophisticated programs; and you'll gain a better understanding of certain key Java elements.
Objectives:
After completing this course, students will be able to:
- Discuss the fundamentals of the class
- Explain how objects are created
- Create methods, return values, and use parameters
- Utilize constructors
- Describe garbage collection and finalizers
Topics:
- Class fundamentals
- Creating objects
- Methods
- Returning from a method
- Returning a value
- Using parameters
- Creating a help class
- Constructors
- Garbage collection
|