Answer:
A
Explanation:
Aptitude, is the natural yearn to carry out an objective. A just seems better.
Answer:
there should be an option to attach an item. if not try pasting it
Explanation:
Considering it is private i would say security?
Answer:
Constructor in the class is the member function that gets into action when any new object gets created in the class ,it gets invoked. It does not have any return type and no void return.
The constructor is used in the class because there is the requirement for the initializing of the new object and then only object can do the functioning in the program.