https://youtu.be/30nBIFAoGNA?feature=shared
https://docs.google.com/presentation/d/1BWHH1-IedVwx9kRFHBL_9oJmDoWXUot_or9xmzlf2XA/edit#slide=id.g2e5e4a20800_0_144
______________________________________________________________________________________
Designed for better performance in scenarios where you need to concatenate or modify strings frequently.
Methods for Modification:
- StringBuilder provides methods like Append, Insert, Remove, and Replace
______________________________________________________________________________________
just-in-time compiler (JIT)
jagged array VS MultiDimensional Array
- performance of jagged array is better than MultiDimensional array
Array is Reference Type ==> variable is stored in stack and value is stored in heap