Full Abstract class/Interface
This tip submitted by Ramakrishna on 2012-04-23 05:08:50. It has been viewed 1911 times.
Rating of 6.4 with 7 votes
If write a class which contains only pure virtual functions (fun_name = 0),
in such case the class which inherits it must give the implementation for all the methods and hence it is called fully Abstract class otherwise known as an interface.
More tips
Help your fellow programmers! Add a tip!