answersLogoWhite

0

Amphibians.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Class limits and class boundaries?

The extreme values of a Class (Class - A range of values which incorporate a set of terms.) are called its Class Limits. This means that the Class doesn't contain values beyond the two extremes of its limits.


What are some examples from class chilopoda?

An example of a class diplopoda is a millipede. Diplopoda means having two pair of legs.


What were two warring classes that Marx and Engels outlines in the communist manifesto?

middle class and working class


What was one goal of many people of the middle class?

The middle class is a social class which falls above the working class. One of the goals of the middle class is to remain middle class.


What does que clase mean in English?

This mean "Are you in The Spanish Class?" in English.


What is the advantage of class two lever?

Class two levers provide a mechanical advantage by having the load situated between the fulcrum and the effort. This means that a smaller effort can be used to lift a larger load. Examples of class two levers include a wheelbarrow and a bottle opener.


How do the middle class people live their lives?

how do middle class people live


Is Ssc means tenth class?

yes ssc means 10th class


What is method overriding and overloading in java?

Overloading is the means by which we can provide two or more different definitions of the same method in the same namespace. Overriding is the means by which a derived class may redefine the meaning of a base class method.


What does the word 'function' means in science class?

Function is a science class means work, or what it does.


Bourgeoisie means _______. A+?

The capitalist class


Can you declare main class in-front of sealed class?

If the question means to inherit from a sealed class (in-front-of), then the answer is NO. Sealed means end of the class hierarchy. But if in front of means a base class, then the answer is YES, all class, regardless if it is sealed or not, must derive from a base (the default is Object)