Coding Quotes
"I don't have a lot that is new, but I would say two things. First, if you look at
interfaces
in Java or .NET, in addition to being ABCs, interfaces
also have no data. I have come to appreciate that if you use abstract base classes and eliminate any data from them, then a lot of the difficulties of multiple inheritance that I wrote about just go away, even in C++." - Scott Meyers
0 Comments:
Post a Comment
<< Home