Ashish Patel: Notes

Atom feed

Recently added: Introduction, Abstraction, Xunit, Publisher subscriber pattern, Request reply pattern

Abstraction

Abstraction is basically capturing the core data of an object and ignoring the details.

In the above example, When student class need to work with Course class, it can do so with directly referencing course class, without worrying about how the course details are internall managed, stored, etc.

Advantages

Created 2022-06-06T17:21:13+01:00, updated 2022-06-06T18:09:13+01:00 · History · Edit