answersLogoWhite

0

Answer 1

they did not like some of the ways he viewed things

Answer 2

Merchants in Mecca objected to Mohammed on several grounds.

Preserving Religious Plurality: Meccan Merchants opposed Mohammed because the religious plurality permitted in Mecca was critical for maintaining Mecca's important position along the Arabian trade routes. It was on account of the fact that Mecca was holy site for all Arabian faiths that spared it from internal conflict and allowed the flourishing of commerce in the city. Mohammed made clear that he intended to purge the idols from the Kaaba which would cause mass uproar and ended Mecca's position as a holy site for all Arabians.

Of course, what these merchants did not take into account is that nearly all Arabians would convert to Islam after the fall of Mecca.

Attacks on Meccan Commerce: During Mohammed's Medinan Period, Mohammed organized and executed numerous raids on caravans heading to and leaving from Mecca, causing disruption to Arabian trade routes. Since this directly affected the Meccan Merchants' bottom line, this raised enmity.

Polytheism: Many Meccan Merchants ascribed to various Arabian henotheistic religions and knew that Mohammed would demand that they abandon all gods but Allah. They did not wish to be forced to change their religion.

User Avatar

Brandon Pagac

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is the message of the song pilipinas kong mahal?

[object Object]


What is the message of the song in pilipinas kong mahal?

[object Object]


Why did the rich and wealthy people reject nuh's message?

[object Object]


What is the direct object you understood the massage of the report?

The direct object of the verb 'understood' is message.


What is the answer to algebra with pizzazz pg46 hidden message?

Volunteers are good for nothing


What is Message sending in OOP?

In its simplistic explanation its where one object sends information to another object.


Is it possible to use write line without using console before it?

Yes, but why would you? Object oriented programming is about sending a message to an object. Console.WriteLine() is a perfect example: you are sending a message to Console to invoke its Writeline() method. Of course you can implement a WriteLine() function yourself, yet it is the same as sending a message to the calling object. anObject.Method() is one of the basis. So why omit Console? Then which object will receive Writeline() message.


Whom is the message from?

The pronoun 'whom' is incorrect. The pronoun 'whom' is an objective pronoun that functions as the object of a verb or a preposition.EXAMPLESWho is the message from? (subjective pronoun 'who' is the subject of the sentence)ORFrom whom is the message. (The objective pronoun 'whom' is the object of the preposition 'from')


How do you communicate between object and object in java?

Communication between objectIn java , objects communicate by message passing.An object oriented program is nothing but a bunch of objects telling each other what to do". To pass a message to an object means that a call to a method of that object is placed.An object by itself is not incredibly useful. In general, it takes more than one object to really do anything meaningful. Since multiple objects typically need to communicate with each other, it stands to reason that an OOP language such as Java must provide some kind of object communication mechanism.Object: An object is a collection of data and the procedures (methods) that act on that data.Java Messages:Java objects use messages to communicate with each other. Messages simply tell an object what to do. In Java, the act of sending a message to an object involves calling one of the object's methods .It is a common practice to pass additional information along with a message. This information is passed along with the message as message parameters. More specifically, the message information is passed into a method as method parameters.Message passingis another way of saying "method calling." When an object sends a message to another object, it is really just calling a method on that object. The message parameters are really just the parameters to the method. The bottom line is that messages and methods are synonymous.


Characteristics of makki and madani surahs in urdu?

During the twenty two year period of the Quranic revelations, Prophet Muhammad lived in Mecca for twelve years (610 622 A.D.) and in Medinah for ten (622 632 A.D.). Of the 114 Surahs of the Holy Quran, about 92 were revealed in Mecca and 22 in Medinah. Some Surahs are a composite. Generally speaking, there are three characteristics which distinguish Meccan Surahs from the Medinite ones: 1. The Meccan Surahs deal mainly with faith, while the Medinite Surahs deal mainly with action or the implementation of faith. 2. Meccan Surahs are generally prophetic, while the Medinite Surahs deal with the realization and fulfillment of prophecies. 3. Meccan Surahs emphasize Man's relationship with God, while Medinite Surahs emphasize man's relationship with fellow man and lay down rules and regulations for social and moral conduct.


What does an object message correspond to in non-Object oriented programming terms?

A call to a procedure from your main routine.


What is the object form of the subject pronoun you is what?

The pronoun 'you' functions as the subject and the object in a sentence.The pronoun 'you' functions as the singular and the plural.Examples:Jane, you have a message. (singular, subject)Jane, there is a message for you. (singular, object)Class, you have all passed the history test. (plural, subject)Class, I'm very proud of you. (plural, object)