answersLogoWhite

0

No, the noun 'assistant' is a concrete noun, a word for a person who helps in particular work; a word for a physical person.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is Abstract drama?

abstract drama is drama that's exaggerated largely for instance if there were roles o f a boss and his assistant, the boss has a higher status and you would show this by putting the boss on a stand to look taller and higher than the assistant.


What does abstract drama mean?

abstract drama is drama that's exaggerated largely for instance if there were roles o f a boss and his assistant, the boss has a higher status and you would show this by putting the boss on a stand to look taller and higher than the assistant.


Is Siri a abstract noun?

No, "Siri" is not an abstract noun; it is a proper noun that refers to a specific virtual assistant created by Apple. Abstract nouns represent concepts, ideas, or qualities that cannot be perceived with the senses, such as love, happiness, or freedom. In contrast, "Siri" denotes a particular entity or service, making it a concrete term rather than abstract.


Is cheer a concrete or a abstract noun?

Is cheer an abstract noun or a concrete noun??????


What is an abstract mark?

What is abstract


Is Queen Elizabeth II a concrete or abstract noun?

abstract


Is generosity an abstract nouns?

Yes, generosity is an abstract noun.Yes, generosity is an abstract noun.


What is the plural of assistant principal?

Assistant Principals.


Is arrival an abstract noun?

Is undergone an abstract noun


What is the abstract noun for criticize?

The abstract noun is criticism.


Is astonishment an abstract noun?

Yes, the noun astonishment is an abstract noun, a word for an emotional reaction.


What is an abstract class Write the syntax Declare a pure virtual function in an abstract class?

an abstract class is nothing but class which contains both abstract and concrete methods for abstract class we r nt create object Syntax for pure abstract class is abstract class x { public void abstract y(); public void abstract z(); public void abc() { }