The extension functions are just like normal funct...
# announcements
m
The extension functions are just like normal function but they allow you to call them as if they are member functions. Since they can't access class's private or protected members they don't violate open-closed principle.
👍 3
a
Thanks for the answer! I get it now