Login to filter by course Login to filter by course Reset
Introduction to FunctionsCovers the concept and implementation of functions in programming, focusing on reusability and structure.
LabVIEW Design PatternsExplores LabVIEW design patterns, covering local and global variables, race conditions, state machines, and producer-consumer architecture.
Object-Oriented Programming in C++Covers classes, objects, attributes, methods, and encapsulation in C++ programming, emphasizing the importance of encapsulation and abstraction.
Generics and SubtypingCovers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Implementation of ListsCovers the implementation of lists in Java, exploring methods like size, add, remove, contains, get, set, and iterator.
Objects EverywhereCovers pure object orientation, standard classes in Scala, Boolean implementation, and exercises on class implementations.
Encapsulation in C++Explores encapsulation in C++, covering class implementation, access control, and method externalization.