Interfaces in c++
Abstract classes are the way to achieve abstraction in C++. Abstraction in C++ is the process to hide the internal details and showing functionality only. Abstraction can be achieved by two ways: Abstract classInterface Abstract class and interface both can have abstract methods which are necessary for abstraction. Why we need an abstract class? Let’s understand this with the help of a…
View On WordPress

















