Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces data abstraction in the context of rational numbers. It covers the implementation of rational numbers using data abstraction, the client's view of data abstraction, self-reference within a class, preconditions, assertions, constructors, auxiliary constructors, and the use of end markers. The lecture also includes code examples and an exercise on modifying the Rational class.