answersLogoWhite

0

Onychophorida

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the kingdom phylum class order family genus and species of the peripatus?

kindom :animalia phylum :echinodermata class : order : genus peripatus


What arthropods has ten legs and front claws?

Peripatus


Why is Peripatus so important to biologists?

what is a peripatus i know it right u didnt gave them answer that just question who ever wrote that banchod ,vaghari ,madhorchod, ghdadi, lucho,


Is a peripatus velvet worm an insect?

No.It is not even an Arthropod although these are its closest relatives.See the Related Link.


Where is the distribustion of genus peripatus?

Africa (Cape Colony, Natal, and the Gaboon), New Zealand, Australia and Tasmania, New Britain, South and Central America and the West Indies, the Malay Peninsula [and in Sumatra ?].


What are the classes of Mercedes-Benz?

a-class, b-class, c-class, cl-class, cls-class, cls-class(shooting brake), e-class, g-class, gl-class, glk-class, m-class, r-class, s-class, sl-class, slk-class


Is it 'the class have' or 'the class has'?

the class has ..


Is every class in java is subclass of itself?

A class can be a subclass of another class, not of itself.A class can be a subclass of another class, not of itself.A class can be a subclass of another class, not of itself.A class can be a subclass of another class, not of itself.


What is the possessive from of class?

The possessive form of "class" is "class's" or "class'".


When the class b is inherited from class a class a is called what?

Class B is said to be a "subclass" of class A.


What are some social classes?

low class, middle class, upper class/high class


What is nested class?

A class declared as a member of another class is called as a nested class or a class with in class. the general syntax of the nested class is: class outer_class_name{ private: //data protected: //data public: //methods class inner_class_name{ private: //data of inner class public: //methods of inner class };//end of inner class };//end of outer class