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
Inheritance in Java: Concepts and Implementation
Graph Chatbot
Related lectures (32)
Previous
Page 2 of 4
Next
Design Patterns: Observer
Covers the implementation of the Observer design pattern in Java.
Polymorphic Display in Java
Covers polymorphic display, default behavior, and abstract products in Java.
Generics in Java: Cell and Pair Classes
Covers the implementation of generic classes in Java, focusing on the Cell and Pair classes.
Object-Oriented Programming: Mini-project Overview
Introduces the mini-project 2, focusing on practicing object-oriented programming concepts.
Abstract Classes and Methods in Java
Covers abstract classes and methods in Java, emphasizing their role in ensuring consistent behavior across subclasses.
Programming basics: introduction and algorithms
Introduces programming basics, covering Unix systems, Firefox, algorithms, and data structures.
Introduction to Interfaces in Java
Explores the concept of interfaces in Java, emphasizing their role in defining common behaviors across classes.
Comparing Objects: Comparable vs Comparator
Covers the concepts of Comparable and Comparator interfaces in Java, explaining how classes implement these interfaces to enable object comparison.
Introduction to Static Attributes in Java
Covers static attributes in Java, explaining their shared nature and common usage.
Default Constructors in Java
Covers default constructors in Java, including generation by the compiler and calling other constructors.