V
Vinodh Kumar P
I abstract a Car, and the parts wihtin a car, with a C++ class.
Since only my version of class Car uses the classes defined for its parts,
is it a good practice to do like this?
class Car
{
class Wheel
{
Since only my version of class Car uses the classes defined for its parts,
is it a good practice to do like this?
class Car
{
class Wheel
{