Poll: Is a question a sentence?
You do not have permission to vote in this poll.
Yes
73.33%
11 73.33%
No
26.67%
4 26.67%
Total 15 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is a question a sentence?
#4
If you'd like, I can make it sound more geeky. :D


Think of sentence as an object.
It has properties that make it what it is:
  • subject<>
  • verb<>
  • object<>
  • punctuation mark<>
    [st]There can be multiple instances of this object that inherit ALL of the sentence object properties.
    Each instance will have its own methods and properties to make it different than all of the other sentence instances.

    A statement is an instance of the sentence object.
    It inherits the subject, verb, object, and punctuation mark properties of sentence.

    A question is also an instance of the sentence object.
    It inherits the subject, verb, object, and punctuation mark properties of sentence, and also adds its own property. I'll call it &quot;the question word&quot; because I don't know what it's really called.

    Let's assign some values to these things.

    Example 1: I am fine.
    Properties inherited from sentence:
    subject = &quot;I&quot;;
    verb = &quot;am&quot;;
    object = &quot;fine&quot;; // An adjective used as an object to describe the subject
    puncMark = &quot;.&quot;;

    No other unique properties are needed to describe the statement instance.


    Example 2: How do you do?
    Properties inherited from sentence:
    subject = &quot;you&quot;;
    verb = &quot;do&quot;;
    object = &quot;do&quot;;
    puncMark = &quot;?&quot;;

    Properties unique to question:
    questionWord = &quot;How&quot;;

    So, as you can see, both instances inherit ALL of the properties of the sentence object; therefore, both are sentences. However, statement does not equal question.
Reply


Messages In This Thread
Is a question a sentence? - by 8-up - 10-10-2006, 02:48 PM
Is a question a sentence? - by Ichigo - 10-10-2006, 02:54 PM
Is a question a sentence? - by GRITS - 10-10-2006, 04:49 PM
Is a question a sentence? - by 8-up - 10-10-2006, 06:05 PM
Is a question a sentence? - by Ichigo - 10-10-2006, 07:49 PM
Is a question a sentence? - by 8-up - 10-10-2006, 08:37 PM
Is a question a sentence? - by Ichigo - 10-10-2006, 08:40 PM
Is a question a sentence? - by Miagi - 10-10-2006, 09:00 PM
Is a question a sentence? - by FreeFall - 10-10-2006, 11:06 PM
Is a question a sentence? - by Wanksta - 10-11-2006, 12:15 AM
Is a question a sentence? - by 8-up - 10-11-2006, 11:40 AM
Is a question a sentence? - by fritoman - 10-11-2006, 02:56 PM
Is a question a sentence? - by 8-up - 10-11-2006, 04:31 PM
Is a question a sentence? - by FreeFall - 10-13-2006, 12:27 AM
Is a question a sentence? - by 8-up - 10-13-2006, 11:12 AM

Forum Jump:


Users browsing this thread: 11 Guest(s)