destructor, Compiler will never generate a virtual destructor because compiler cannot decide if class is there…
Tag: compiler-generated
Parametrized constructor: understanding the concept
Parametrized constructor is a user-defined constructor which takes some parameter as argument and constructs. If a…