Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

is there interfaces in c++ like

C++ has no built-in concepts of interfaces. You can implement it
using abstract classes which contains only pure virtual functions.
  
 
PREVIOUS NEXT
Tagged: #interfaces
ADD COMMENT
Topic
Name
3+4 =