C++ Programming and Technical Programming Technical

Which of the following statements is correct?

Options
1) First time method of a class is called, the constructor method is called.
2) Every time method of a class is called, the constructor method is called.
3) Every time an instance of a class is created, the constructor method is called.
4) None of the above

Read Solution (Total 2)

C++ Other Question

What is the importance of mutable keyword? A Class can have how many destructor?

Options
1) 1
2) 2
3) 3
4) 4