Go to Course: https://www.coursera.org/learn/object-oriented-java-inheritance-and-encapsulation
How to architect larger programs using object-oriented principles
Re-use parts of classes using inheritance
Encapsulate relevant information and methods in a class
Encapsulation
Welcome to Week 1 of the Object-Oriented Java: Inheritance and Encapsulation course. These assignments cover encapsulation, or the bundling of related methods and data related to an object within it's class. The module ends with a lab and graded coding exercises.
InheritanceWelcome to Week 2 of the Object-Oriented Java: Inheritance and Encapsulation course. These assignments cover re-using code from one class in another class by creating an inheritance relationship between the classes. The module ends with a lab and graded coding exercises.
PolymorphismWelcome to Week 3 of the Object-Oriented Java: Inheritance and Encapsulation course. These assignments cover adding flexibility to methods by overloading and overriding them. The module ends with a lab and graded coding exercises.
Advanced TopicsWelcome to Week of the Object-Oriented Java: Inheritance and Encapsulation course. These assignments cover other topics involving classes and objects such as interfaces and creating an ArrayList of objects. The module ends with a lab and graded coding exercises.
Code and run your first Java program in minutes without installing anything! This course is designed for learners with limited coding experience, providing a solid foundation of not just Java, but core Computer Science topics that can be transferred to other languages. The modules in this course cover inheritance, encapsulation, polymorphism, and other object-related topics. Completion of the prior 3 courses in this specialization is recommended. To allow for a truly hands-on, self-paced learn