oop - Simulating interfaces when unsupported by a language -


is there way form pseudo interfaces when these aren't directly supported oop language?

does have virtual functions? interface nothing more base class nothing virtual functions, either without body, or stub throws error if base class version used.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -