Full Abstract class/Interface

This tip submitted by Ramakrishna on 2012-04-23 05:08:50. It has been viewed 7600 times.
Rating of 4.0 with 58 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!