answersLogoWhite

0

templates are a special type of word document that can hold text,styles,macros,keyboard,shortcuts,custom toolbars and auto text entries.A document created using a template will have access to all of these features and a large part of your job in creating a new document will be done for you if your templates are well though out.

template types
Word"s standard templates come in up to three different "flavors".Microsoft refers to these as template types:
1. Contemporary
2. Elegant
3. Professional.

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
BeauBeau
You're doing better than you think!
Chat with Beau

Add your answer:

Earn +20 pts
Q: Advantages of master template
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Where is a free html template I can use?

You can Get Free HTML Template from Template Monster, Theme Forest. if you wnat to know about How to Edit HTML Template you can read this article. i hope it will help you. medium. com/@uiparadox99/4-captivating-multipurpose-templates-to-elevate-your-online-presence-a3266ba4b450


How will you overload a template function?

The only reason to overload a template function is to provide an overload that differs in the number and type of arguments that cannot be addressed by the template function alone. You simply declare them as you would any other overload. The overloads may themselves be template functions, but there must be no ambiguity: every template function must generate an unique function signature. Remember that template functions generate overloads at compile time on an as-required basis.


How you describe operations of stack ADT using c template functions?

No, because C does not support the concept of template functions. Template functions only exist in C++, never in C.


Distinguish between class template and template class?

Template class: A generic definition or a parametrized class not instantiated until the client provides the needed information. It?s jargon for plain templates. Class template: A class template specifies how individual classes can be constructed much like the way a class specifies how individual objects can be constructed. It?s jargon for plain classes. Class template is a template used to generate template classes. We cannot declare an object of a class template. Template class is an instance of a class template.


What is the differnce between ordinary function and template function of c language?

The c language does not have template functions. That is a c++ thing.