Answer:
Mail Merge is a way to send the same message to a large number of persons, with each one properly addressed to a specific person.
Explanation:
Answer:
the answer is D Smart Object
Answer:
The internet is considered as Wide Area Network (WAN).
Explanation:
A default constructor is a constructor that present in the class by default with no parameters when we write a new constructor with parameters it is called overloaded constructor.There can be different overloaded constructors in the same class.
The main difference between default constructor and overloaded constructor is that the default constructor does't have any parameters while the overloaded constructors have parameters.