what will happen if an object of a class is created which gives stack over flow error code example
Example: stackoverflow error
It usually happens when the stack pointer exceeds the stack bound. Usually due to deep infinite recursions
It usually happens when the stack pointer exceeds the stack bound. Usually due to deep infinite recursions