No, the noun 'assistant' is a concrete noun, a word for a person who helps in particular work; a word for a physical person.
Is cheer an abstract noun or a concrete noun??????
What is abstract
abstract
Assistant Principals.
Is undergone an abstract noun
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.
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.
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 an abstract noun or a concrete noun??????
What is abstract
abstract
Yes, generosity is an abstract noun.Yes, generosity is an abstract noun.
Assistant Principals.
Is undergone an abstract noun
The abstract noun is criticism.
Yes, the noun astonishment is an abstract noun, a word for an emotional reaction.
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() { }