C++ Programming and Technical

Should I design my classes from the outside (interfaces first) or from the inside (data first)?
A: From the outside!

Read Solution (Total 0)

C++ Other Question

Why shouldn't my Matrix class's interface look like an array-of-array? What is the difference between new/delete and malloc/free?