Login to filter by course Login to filter by course Reset
Object-Oriented Programming in C++Covers classes, objects, attributes, methods, and encapsulation in C++ programming, emphasizing the importance of encapsulation and abstraction.
Software Engineering FundamentalsIntroduces the fundamentals of software engineering, covering instruction processing, algorithms, programming languages, abstractions, testing, security, and open source.
Data Abstraction: Rational NumbersCovers data abstraction in rational numbers, including client's view, self-reference, preconditions, assertions, constructors, and end markers.
Introduction to Operating SystemsCovers the importance and challenges of operating systems, their omnipresence, impact on programs, and role as illusionists and referees.
Polymorphic Display in C++Explores polymorphic display in C++, default behavior, finalizing class with unchangeable base value, and abstract product class.