×

Loading...

the only side effect I know of is that if you declare a virtual function , the calss size will be increased(probably by 4) , because the compiler has to insert a virtual table pointer in the class.

Report