I have the following doubts regarding this lecture:
- What does the empty constructor do?
- how is it different from a parameterized constructor?
- is it necessary to make one?
- how do we decide when there is a need for an empty constructor in a c++ class??
Can you clear my cofusion per these 4 points related to empty constructors in a c++ class??