she impacted the world by her abstract dancing. Her dancing brought beauty to the world and gave young dancers someone to look up to
No, dancing and singing are not Abstract Nouns. They are — Gerunds — A Gerund is a Verbal Noun. Verbal because it looks like a Verb owing to its ing.
The gerund form is an abstract noun; a gerund is the present participle of a verb. Examples: Verb: We went dancing last night. Gerund: I love dancing, I go as often as possible. Verb: My dad and I to fishing on weekends. Gerund: Fishing is very relaxing.
The nouns 'dance' and the gerund 'dancing' are concrete nouns, words for a physical activity. The gerund dancing can be used in an abstract context, for example: Dancing through my mind were visions of good times ahead.
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.
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() { }