answersLogoWhite

0

What is abstract dancing?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019
  1. it is a work without plots and charavter :)
User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How did Margot Fonteyn change the dance world?

she impacted the world by her abstract dancing. Her dancing brought beauty to the world and gave young dancers someone to look up to


What is sing in abstract noun?

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.


How do you form abstract nouns using verbs?

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.


What does abstract mean in dance?

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 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.


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() { }