¡@

Home 

c++ Programming Glossary: berry

Deriving an abstract class from concrete class

http://stackoverflow.com/questions/310408/deriving-an-abstract-class-from-concrete-class

0 more stuff here Now let's say we have a concrete class Berry . Someone derives an abstract class Tomato from Berry. It's.. Berry . Someone derives an abstract class Tomato from Berry. It's abstract because it overwrites one of Berry's virtual.. from Berry. It's abstract because it overwrites one of Berry's virtual functions and makes it pure virtual. The user of Tomato..