answersLogoWhite

0

uses numb3rs

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you spell class in the plural form?

"Classes" is the correct plural form of the word "class."


What is the plural possessive form of the word class?

The plural form for the noun class is classes.The plural possessive form is classes'.example: The evening classes' hours are from six to nine PM.


Is class singular or plural?

The noun class is singular.The plural form is classes.


What is the plural possessive of the noun class?

The plural form of the noun class is classes.The plural possessive form is classes'.Example: All of the classes' schedules can be found on-line.


What is the plural of class?

The plural form of 'class' is simply 'classes'.


What is the singular form of class?

It is already singular, plural would be classes


What is the difference between class and classes?

Class's = the possessive form of the singular noun class.Classes' = the possessive form of the plural noun classes.Examples:The class's pet frog was called Robert. (one class had a pet frog called Robert)All of the classes' students were at the assembly. (the students from all classes were at the assembly)


What part of speech is classes?

A noun: He is in my class. A verb: to class (classed).


What is the possessive form of the tests belong to the class?

The possessive form of "the tests belong to the class" is "the class's tests."


How do you write class in plural possessive form?

To write "class" in plural possessive form, you would write "classes'" to indicate that something belongs to multiple classes.


Is class's is singular or plural?

The noun class's is the possessive form of the singular noun class.Adding the apostrophe s ('s) to the end of the noun indicates that something belongs to a class.Example: Our class's trip is tomorrow.The plural noun is classes.Example: I have four classes tomorrow.The plural possessive form is classes'.Example: All of my classes' grades have improved. (the grades for all of my classes)


What is objects in vb.net?

In order to understand an Object in VB.NET (Object oriented programming), we need to understand the concept of classes in OOPS. A class is a construct that encapsulates data together with its behavior or functionality as one logical unit. Thus they act as blueprints. Instances of classes are called objects. One can define many objects of a class that will differ form ecah other.