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
Featherweight Java: Core OO Features Modeling
Graph Chatbot
Related lectures (32)
Previous
Page 2 of 4
Next
Inheritance in Java: Concepts and Implementation
Covers the fundamental concepts of inheritance in Java and the importance of packages in managing access rights.
Object-Oriented Programming: Fundamentals and Examples
Covers the fundamentals of Object-Oriented Programming in C++, including encapsulation, inheritance, and polymorphism, with examples in various OOP languages.
Introduction to Static Attributes in Java
Covers static attributes in Java, explaining their shared nature and common usage.
Deep Copy in Java
Covers deep copy in Java, including polymorphic copy and the clone method.
Object-Oriented Programming in Java
Covers classes, objects, attributes, and methods in Java, including declaration, access, initialization, and scope.
Object-Oriented Programming in Java
Covers object-oriented programming in Java through a case study on modeling watch mechanisms.
Design Patterns: Decorator and Composite
Explains how to implement Decorator and Composite design patterns in Java with real examples and code snippets.
Garbage Collection in Object-Oriented Languages
Explores garbage collection techniques in object-oriented languages, focusing on mostly-copying and generational GC, heap organization, promotion policies, and method dispatch challenges.
Adapter Design Pattern: ArrayShuffler
Covers the Adapter design pattern using the example of ArrayShuffler in Java.
Programming basics: introduction and algorithms
Introduces programming basics, covering Unix systems, Firefox, algorithms, and data structures.