Are there any limits for the following in c++
- Number of paramter a function can have
- Number of functions a class can have
- Number of nested container classes a class can have
- Number of dimension of an array
- Number of variables a class can have
- Number of times you can keep derving a class and its subclasses