Doubt in c++ classes

sir like in c++ strings is also an class internally is int also a class??? or arrays of int or strings also a classes internally?

hi @tejasddongare c++ does offer an array class, but the arrays we usually use are c-style arrays and they are not classes internally.