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
Implicit Parameters: Basics and Applications
Graph Chatbot
Related lectures (31)
Previous
Page 3 of 4
Next
Python Object Exercises
Covers Python object exercises with basic syntax questions and practical quizzes.
Object Invariants: Ownership and Soundness
Discusses ownership encoding, limiting dependencies, proof obligations, and challenges in automatic verification of object-oriented programs.
Software Engineering: Methods and Tools
Explores software engineering complexity, UML, DSL, design patterns, agile development, and introduces the Arcimboldo tool.
Object-Oriented Programming in C++
Covers encapsulation, accessors, mutators, attribute shadowing, and 'this' pointer in C++.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.
Immutability: Practice of Object-Oriented Programming
Explores the advantages and disadvantages of immutable classes in object-oriented programming.
Python Object: Exercises and Syntax Basics
Covers Python object exercises and basic syntax questions, including classes, dictionaries, file operations, and functions.
Introduction to Object-Oriented Programming in C++
Introduces overloading, shadowing, and overriding in C++, with examples and the use of 'override' and 'final' keywords.
Default Constructors in C++
Covers default constructors in C++, including examples and implications of specifying constructors in C++11.
Introduction to Static Attributes in Java
Covers static attributes in Java, explaining their shared nature and common usage.