Abstraction in programming – all you need to know
What is Abstraction Abstraction in programming basically is a part of code that hides complex logic. Keeps unrelated parts of the program underneath. Skipping irrelevant parts and extracting parts common to a given part of code. To make it more… Read More »Abstraction in programming – all you need to know