Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Object-Oriented Programming in JAVA
Graph Chatbot
Related lectures (32)
Previous
Page 2 of 4
Next
Java Interfaces Evolution
Explores the evolution of Java interfaces since version 8, covering default methods, method inheritance, and conflict resolution.
Abstract Classes and Methods in Java
Covers abstract classes and methods in Java, emphasizing their role in ensuring consistent behavior across subclasses.
Mini-project 2 Tutorial Explanation
Explains the mini-project 2 tutorial for the CS107 course, emphasizing model interactions and design decisions.
Introduction to Polymorphism in Java
Covers polymorphism in Java, including inheritance and method selection.
Generics in Java: Cell and Pair Classes
Covers the implementation of generic classes in Java, focusing on the Cell and Pair classes.
Polymorphic Display in Java
Covers polymorphic display, default behavior, and abstract products in Java.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.
Design Patterns: Bosses of Object-Oriented Programming Practice
Covers design patterns in object-oriented programming, class diagrams, abstract classes, interfaces, associations, inheritance, and the Builder pattern in Java.
Inheritance: Polymorphism & Casting
Covers inheritance, polymorphism, and casting in object-oriented programming, emphasizing code factorization and generic object manipulation.
Introduction to Static Attributes in Java
Covers static attributes in Java, explaining their shared nature and common usage.